Skip to content
Snippets Groups Projects
Commit b1a5a33e authored by David Trattnig's avatar David Trattnig
Browse files

Flask independent launcher.

parent 9cc8c514
No related branches found
No related tags found
No related merge requests found
......@@ -5,19 +5,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "Start Engine API",
"name": "API Server (Development)",
"type": "python",
"request": "launch",
"stopOnEntry": false,
// "cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/src/server.py",
"env": {
"FLASK_APP": "${workspaceRoot}/src/server.py",
"FLASK_ENV": "development"
}
// "args": [
// "-m"
// ]
"program": "${workspaceFolder}/src/server.py",
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment