Skip to content

Commit

Permalink
test_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahinli committed Apr 11, 2024
1 parent ba4c47c commit e0c0647
Show file tree
Hide file tree
Showing 39 changed files with 4,377 additions and 1,541 deletions.
18 changes: 0 additions & 18 deletions .gitignore

This file was deleted.

16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<executable file>",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions README.md

This file was deleted.

21 changes: 0 additions & 21 deletions back/Cargo.toml

This file was deleted.

27 changes: 0 additions & 27 deletions back/src/lib.rs

This file was deleted.

29 changes: 0 additions & 29 deletions back/src/main.rs

This file was deleted.

49 changes: 0 additions & 49 deletions back/src/routing.rs

This file was deleted.

145 changes: 0 additions & 145 deletions back/src/streaming.rs

This file was deleted.

1 change: 0 additions & 1 deletion back/src/utils.rs

This file was deleted.

20 changes: 0 additions & 20 deletions front/Cargo.toml

This file was deleted.

Loading

0 comments on commit e0c0647

Please sign in to comment.