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

Update launch paths.

parent 19807702
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"name": "Aura Engine - Run",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/aura.py",
"program": "${workspaceFolder}/engine-core.py",
"console": "integratedTerminal"
},
{
......@@ -16,9 +16,9 @@
"type": "python",
"request": "launch",
"stopOnEntry": false,
"program": "${workspaceFolder}/api.py",
"program": "${workspaceFolder}/engine-api.py",
"env": {
"FLASK_APP": "${workspaceRoot}/api.py",
"FLASK_APP": "${workspaceRoot}/engine-api.py",
"FLASK_ENV": "development"
},
"args": [
......@@ -32,7 +32,7 @@
"name": "Aura Engine - Recreate Database",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/aura.py",
"program": "${workspaceFolder}/engine-core.py",
"args": ["--recreate-database"],
"console": "integratedTerminal"
}
......
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