Skip to content

Commit

Permalink
Add debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Jan 29, 2024
1 parent a28d903 commit d29a2a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}

0 comments on commit d29a2a0

Please sign in to comment.