This commit is contained in:
Code12121 2022-10-21 10:27:07 +08:00
parent 57f3b54b11
commit 2b95428eb5
1 changed files with 0 additions and 15 deletions

15
.vscode/launch.json vendored
View File

@ -1,15 +0,0 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}