Initial commit

This commit is contained in:
Tgtand 2023-10-28 17:14:51 +00:00
parent 9e8ee86842
commit 43d34d22a9

15
.vscode/launch.json vendored Normal file
View file

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