mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
fix launch configs
This commit is contained in:
parent
d79eebc949
commit
013dcecba9
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -27,6 +27,7 @@
|
|||||||
"preLaunchTask": "versiondump",
|
"preLaunchTask": "versiondump",
|
||||||
"name": "Python: Flask (with reload)",
|
"name": "Python: Flask (with reload)",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
"cwd": "${workspaceFolder}/backend/app",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "flask",
|
"module": "flask",
|
||||||
"env": {
|
"env": {
|
||||||
@ -44,6 +45,7 @@
|
|||||||
"preLaunchTask": "versiondump",
|
"preLaunchTask": "versiondump",
|
||||||
"name": "Python: Flask (with reload, externally reachable)",
|
"name": "Python: Flask (with reload, externally reachable)",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
"cwd": "${workspaceFolder}/backend/app",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "flask",
|
"module": "flask",
|
||||||
"env": {
|
"env": {
|
||||||
@ -54,7 +56,7 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"run",
|
"run",
|
||||||
"--no-debugger",
|
"--no-debugger",
|
||||||
"--host='0.0.0.0'"
|
"--host=0.0.0.0"
|
||||||
],
|
],
|
||||||
"jinja": true
|
"jinja": true
|
||||||
},
|
},
|
||||||
@ -62,6 +64,7 @@
|
|||||||
"preLaunchTask": "versiondump",
|
"preLaunchTask": "versiondump",
|
||||||
"name": "Python: Flask (externally reachable)",
|
"name": "Python: Flask (externally reachable)",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
"cwd": "${workspaceFolder}/backend/app",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "flask",
|
"module": "flask",
|
||||||
"env": {
|
"env": {
|
||||||
@ -73,7 +76,7 @@
|
|||||||
"run",
|
"run",
|
||||||
"--no-debugger",
|
"--no-debugger",
|
||||||
"--no-reload",
|
"--no-reload",
|
||||||
"--host='0.0.0.0'"
|
"--host=0.0.0.0"
|
||||||
],
|
],
|
||||||
"jinja": true
|
"jinja": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user