fix vscode launch can break release app data

This commit is contained in:
contributor 2023-01-03 21:33:52 +02:00
parent 5fca606730
commit 71cdea3902

3
.vscode/launch.json vendored
View File

@ -9,7 +9,8 @@
"<node_internals>/**"
],
"env": {
"TRILIUM_ENV": "dev"
"TRILIUM_ENV": "dev",
"TRILIUM_DATA_DIR": "./data"
},
"outputCapture": "std",
"program": "${workspaceFolder}/src/www"