mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08: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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|