fix: debug

pull/4/head
xingyu 2023-04-23 17:42:22 +08:00
parent 5cd08a7697
commit c3510dcf9f
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -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
} }