start
This commit is contained in:
3
backend/.vscode/launch.json
vendored
3
backend/.vscode/launch.json
vendored
@@ -10,7 +10,8 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "uvicorn",
|
"module": "uvicorn",
|
||||||
"args": [
|
"args": [
|
||||||
"main:app",
|
"app:app",
|
||||||
|
"--host=0.0.0.0",
|
||||||
"--reload",
|
"--reload",
|
||||||
"--port=5000"
|
"--port=5000"
|
||||||
],
|
],
|
||||||
|
|||||||
0
backend/trading_journal/__init__.py
Normal file
0
backend/trading_journal/__init__.py
Normal file
Reference in New Issue
Block a user