chore: 修改 VSCode 調試配置

This commit is contained in:
CrescentLeaf
2025-09-07 12:49:42 +08:00
parent 25320fe521
commit d587b32a0a

4
.vscode/launch.json vendored
View File

@@ -5,8 +5,8 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"command": "deno task debug", "command": "deno task server",
"name": "Run deno task debug", "name": "Run server",
"request": "launch", "request": "launch",
"type": "node-terminal", "type": "node-terminal",
}, },