mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
30 lines
675 B
JSON
30 lines
675 B
JSON
{
|
|
"name": "@triliumnext/server",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"nx": {
|
|
"targets": {
|
|
"serve": {
|
|
"executor": "@nx/js:node",
|
|
"defaultConfiguration": "development",
|
|
"dependsOn": [
|
|
"build"
|
|
],
|
|
"options": {
|
|
"buildTarget": "@triliumnext/server:build",
|
|
"runBuildTargetDependencies": false
|
|
},
|
|
"configurations": {
|
|
"development": {
|
|
"buildTarget": "@triliumnext/server:build:development"
|
|
},
|
|
"production": {
|
|
"buildTarget": "@triliumnext/server:build:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|