🔧 Update VS Code debug config (#676)
This commit is contained in:

committed by
GitHub

parent
c60938013d
commit
10f7b23c9c
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@@ -13,19 +13,16 @@
|
|||||||
"app.main:app",
|
"app.main:app",
|
||||||
"--reload"
|
"--reload"
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceFolder}/src/backend",
|
"cwd": "${workspaceFolder}/backend",
|
||||||
"jinja": true,
|
"jinja": true,
|
||||||
"envFile": "${workspaceFolder}/src/.env",
|
"envFile": "${workspaceFolder}/.env",
|
||||||
"env": {
|
|
||||||
"POSTGRES_SERVER": "localhost"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
|
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
|
||||||
"url": "http://localhost:5173",
|
"url": "http://localhost:5173",
|
||||||
"webRoot": "${workspaceFolder}/src/new-frontend"
|
"webRoot": "${workspaceFolder}/frontend"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user