调整 debug 模式参数

This commit is contained in:
崮生 2021-03-11 23:16:46 +08:00
parent 99f3bde306
commit 88f21ef2f6

2
.vscode/launch.json vendored
View File

@ -7,7 +7,7 @@
"name": "malagu serve",
"program": "${workspaceRoot}/node_modules/@malagu/cli/bin/malagu",
"args": [ "serve" ],
"cwd": "${workspaceFolder}",
"cwd": "${workspaceFolder}/apps/backend",
"sourceMaps": true,
"env": {
"NODE_ENV": "development"