Skip to content

Commit

Permalink
feat(client): Debugging with VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Jun 28, 2024
1 parent bea3fd0 commit 04c4707
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"name": "Debug for client",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start:dev",
"webRoot": "${workspaceFolder}/client",
"url": "http://localhost:4200/"
},
{
Expand Down

0 comments on commit 04c4707

Please sign in to comment.