build: fix vscode launch.json.

This commit is contained in:
Ivan Li 2021-05-02 22:14:16 +08:00
parent 4a533748f3
commit d29eeaae90

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "chrome",
"request": "launch",
"reAttach": true,
"url": "http://blog.localhost/",
"url": "http://admin.blog.localhost/",
"webRoot": "${workspaceFolder}",
"userDataDir": "/Users/ivan/Projects/.chrome"
}