diff --git a/.vscode/launch.json b/.vscode/launch.json index b0862ac3..2adefbe7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,8 @@ "request": "launch", "runtimeExecutable": "pnpm", "runtimeArgs": ["run", "dev", "--filter", "@erp/factuges-server"], - "console": "integratedTerminal" + "console": "integratedTerminal", + "cwd": "${workspaceFolder}/apps/server" }, { "name": "SERVER: Run in Production Mode",