mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
18 lines
No EOL
415 B
JSON
18 lines
No EOL
415 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "start-server",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"env": {
|
|
"TRILIUM_ENV": "dev"
|
|
},
|
|
"outputCapture": "std",
|
|
"program": "${workspaceFolder}/src/www"
|
|
}
|
|
]
|
|
} |