This commit is contained in:
2026-02-16 15:13:22 -05:00
parent b538782c09
commit 22889caab4
2 changed files with 94 additions and 3 deletions

4
.vscode/launch.json vendored
View File

@@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Flask (mac)",
"name": "Python: Flask",
"type": "python",
"request": "launch",
"module": "flask",
@@ -70,7 +70,7 @@
{
"name": "Full Stack (Backend + Frontend)",
"configurations": [
"Python: Flask (mac)",
"Python: Flask",
"Vue: Dev Server",
"Chrome: Launch (Vue App)"
]