chore(server): add serve-nodir

This commit is contained in:
Elian Doran 2025-06-06 18:25:31 +03:00
parent 6b844063b6
commit 6734dae956
No known key found for this signature in database
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
TRILIUM_ENV=dev
TRILIUM_RESOURCE_DIR=./apps/server/dist
TRILIUM_PUBLIC_SERVER=http://localhost:4200

View File

@ -129,6 +129,23 @@
"runBuildTargetDependencies": false
}
},
"serve-nodir": {
"executor": "@nx/js:node",
"dependsOn": [
{
"projects": [
"client"
],
"target": "serve"
},
"build-without-client"
],
"continuous": true,
"options": {
"buildTarget": "server:build-without-client:development",
"runBuildTargetDependencies": false
}
},
"edit-integration-db": {
"executor": "@nx/js:node",
"dependsOn": [