Skip to content

Commit

Permalink
🔧 Update VS Code debug config (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 11, 2024
1 parent c609380 commit 10f7b23
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]
}

0 comments on commit 10f7b23

Please sign in to comment.