mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 15:04:24 +01:00
chore(server/dx): pathless resolution via --conditions
This commit is contained in:
parent
39ae7dda6c
commit
509fce54f9
@ -127,7 +127,7 @@
|
|||||||
],
|
],
|
||||||
"continuous": true,
|
"continuous": true,
|
||||||
"options": {
|
"options": {
|
||||||
"command": "tsx watch {projectRoot}/src/main.ts"
|
"command": "tsx watch --conditions development {projectRoot}/src/main.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"serve-nodir": {
|
"serve-nodir": {
|
||||||
|
|||||||
@ -25,18 +25,6 @@
|
|||||||
"verbatimModuleSyntax": false,
|
"verbatimModuleSyntax": false,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
|
||||||
"@triliumnext/commons": [
|
|
||||||
"packages/commons/src/index.ts"
|
|
||||||
],
|
|
||||||
"@triliumnext/turndown-plugin-gfm": [
|
|
||||||
"packages/turndown-plugin-gfm/src/index.js"
|
|
||||||
],
|
|
||||||
"@triliumnext/express-partial-content": [
|
|
||||||
"packages/express-partial-content/src/index.ts"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user