From 88f21ef2f696915641d50c9deefefd494a795f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=AE=E7=94=9F?= Date: Thu, 11 Mar 2021 23:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20debug=20=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f179008..7d0b309 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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"