Almost finish basic functionalities
All checks were successful
Backend CI / unit-test (push) Successful in 36s
All checks were successful
Backend CI / unit-test (push) Successful in 36s
This commit is contained in:
10
backend/.vscode/launch.json
vendored
10
backend/.vscode/launch.json
vendored
@@ -13,10 +13,14 @@
|
||||
"app:app",
|
||||
"--host=0.0.0.0",
|
||||
"--reload",
|
||||
"--port=5000"
|
||||
"--port=18881"
|
||||
],
|
||||
"jinja": true,
|
||||
"autoStartBrowser": true
|
||||
"autoStartBrowser": false,
|
||||
"env": {
|
||||
"CONFIG_FILE": "devsettings.yaml"
|
||||
},
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user