mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-20 09:47:57 +00:00
🔧 Update VS Code debug config (#676)
This commit is contained in:
Vendored
+3
-6
@@ -13,19 +13,16 @@
|
||||
"app.main:app",
|
||||
"--reload"
|
||||
],
|
||||
"cwd": "${workspaceFolder}/src/backend",
|
||||
"cwd": "${workspaceFolder}/backend",
|
||||
"jinja": true,
|
||||
"envFile": "${workspaceFolder}/src/.env",
|
||||
"env": {
|
||||
"POSTGRES_SERVER": "localhost"
|
||||
}
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
|
||||
"url": "http://localhost:5173",
|
||||
"webRoot": "${workspaceFolder}/src/new-frontend"
|
||||
"webRoot": "${workspaceFolder}/frontend"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user