Skip to content

Commit

Permalink
fix: makes debugger work
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Héon committed Sep 3, 2024
1 parent 625c5c2 commit b7c0e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8085",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "start"
"webRoot": "${workspaceFolder}/frontend"
}
]
}
11 changes: 0 additions & 11 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit b7c0e50

Please sign in to comment.