This commit is contained in:
2026-02-16 15:18:04 -05:00
parent b538782c09
commit 0ab40f85a4
3 changed files with 3 additions and 6 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)"
]