.
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -13,11 +13,12 @@
|
||||
"FLASK_APP": "tr.py",
|
||||
"FLASK_ENV": "development",
|
||||
"PYDEVD_LOAD_NATIVE_LIB": "0",
|
||||
"PYDEVD_USE_CYTHON":"0"
|
||||
"PYDEVD_USE_CYTHON": "0"
|
||||
},
|
||||
"args": [
|
||||
"run",
|
||||
"--no-debugger"
|
||||
"--no-debugger",
|
||||
"--host=0.0.0.0"
|
||||
],
|
||||
"jinja": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user