From 71cdea39028639d601f5a918a86cda1ee2dbe8ef Mon Sep 17 00:00:00 2001 From: contributor Date: Tue, 3 Jan 2023 21:33:52 +0200 Subject: [PATCH] fix vscode launch can break release app data --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 87b70a760..810f84749 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,8 @@ "/**" ], "env": { - "TRILIUM_ENV": "dev" + "TRILIUM_ENV": "dev", + "TRILIUM_DATA_DIR": "./data" }, "outputCapture": "std", "program": "${workspaceFolder}/src/www"