Skip to content

Commit

Permalink
feat: add vscode debug file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaobo01 committed Jun 24, 2022
1 parent b69d738 commit 2f7b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}/demo"
}
]
}

0 comments on commit 2f7b5db

Please sign in to comment.