This commit is contained in:
2024-06-16 17:20:57 +02:00
parent 6b5615d6b2
commit 628c1f3374
2 changed files with 0 additions and 23 deletions

23
.vscode/launch.json vendored
View File

@@ -1,23 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Flask",
"type": "debugpy",
"request": "launch",
"module": "flask",
"env": {
"FLASK_APP": "app/app.py",
"FLASK_DEBUG": "1"
},
"args": [
"run",
],
"jinja": true,
"autoStartBrowser": false
}
]
}

Binary file not shown.