修改项目配置

This commit is contained in:
CrescentLeaf
2025-12-06 11:08:39 +08:00
parent d433ceb4a9
commit 02b0708426
6 changed files with 21 additions and 48 deletions

2
.vscode/launch.json vendored
View File

@@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"command": "npm run build-client-and-server",
"command": "npm run debug",
"name": "Debug",
"request": "launch",
"type": "node-terminal"