From 6ec4841107489dcbdebc0e61a00ca9403c92cf75 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 23 Mar 2026 18:51:09 +0100 Subject: [PATCH] . --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",