Browse Source

fix: debug

main
xingyu 2 years ago
parent
commit
c3510dcf9f
  1. 2
      .vscode/launch.json

2
.vscode/launch.json vendored

@ -5,7 +5,7 @@
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
"name": "Launch Chrome", "name": "Launch Chrome",
"url": "http://localhost:3100", "url": "http://localhost:80",
"webRoot": "${workspaceFolder}/src", "webRoot": "${workspaceFolder}/src",
"sourceMaps": true "sourceMaps": true
} }