mirror of
https://github.com/zadam/trilium.git
synced 2025-09-13 01:57:21 +08:00
fix vscode launch can break release app data
This commit is contained in:
parent
5fca606730
commit
71cdea3902
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -9,7 +9,8 @@
|
|||
"<node_internals>/**"
|
||||
],
|
||||
"env": {
|
||||
"TRILIUM_ENV": "dev"
|
||||
"TRILIUM_ENV": "dev",
|
||||
"TRILIUM_DATA_DIR": "./data"
|
||||
},
|
||||
"outputCapture": "std",
|
||||
"program": "${workspaceFolder}/src/www"
|
||||
|
|
Loading…
Add table
Reference in a new issue