fix: 删除调试配置文件 launch.json

This commit is contained in:
于超
2025-02-25 09:45:29 +08:00
parent a6654ba17b
commit eaff716176

10
.vscode/launch.json vendored
View File

@@ -1,10 +0,0 @@
{
"configurations": [
{
"type": "msedge",
"name": " http://localhost:3000/",
"request": "launch",
"url": " http://localhost:3000/"
}
]
}