mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
19 lines
No EOL
461 B
JSON
19 lines
No EOL
461 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "start-server",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"env": {
|
|
"TRILIUM_ENV": "dev",
|
|
"TRILIUM_DATA_DIR": "./data"
|
|
},
|
|
"outputCapture": "std",
|
|
"program": "${workspaceFolder}/src/www"
|
|
}
|
|
]
|
|
} |