mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
29 lines
659 B
JSON
29 lines
659 B
JSON
{
|
|
"name": "@triliumnext/desktop",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"nx": {
|
|
"targets": {
|
|
"serve": {
|
|
"executor": "@nx/js:node",
|
|
"defaultConfiguration": "development",
|
|
"dependsOn": [
|
|
"build"
|
|
],
|
|
"options": {
|
|
"buildTarget": "@triliumnext/desktop:build",
|
|
"runBuildTargetDependencies": false
|
|
},
|
|
"configurations": {
|
|
"development": {
|
|
"buildTarget": "@triliumnext/desktop:build:development"
|
|
},
|
|
"production": {
|
|
"buildTarget": "@triliumnext/desktop:build:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|