mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(server): add serve-nodir
This commit is contained in:
parent
6b844063b6
commit
6734dae956
3
apps/server/.serve-nodir.env
Normal file
3
apps/server/.serve-nodir.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TRILIUM_ENV=dev
|
||||||
|
TRILIUM_RESOURCE_DIR=./apps/server/dist
|
||||||
|
TRILIUM_PUBLIC_SERVER=http://localhost:4200
|
@ -129,6 +129,23 @@
|
|||||||
"runBuildTargetDependencies": false
|
"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": {
|
"edit-integration-db": {
|
||||||
"executor": "@nx/js:node",
|
"executor": "@nx/js:node",
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user