lets fucking go

This commit is contained in:
ForeverPyrite
2025-01-07 22:25:04 -05:00
parent 887aaa6c1d
commit 14b320bbde
4 changed files with 135 additions and 57 deletions

3
.vscode/launch.json vendored
View File

@@ -8,9 +8,10 @@
"name": "Python Debugger: Flask",
"type": "debugpy",
"request": "launch",
"cwd": "./app",
"module": "flask",
"env": {
"FLASK_APP": "./app/app.py",
"FLASK_APP": "./app.py",
"FLASK_DEBUG": "1"
},
"args": [