mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(nx/server): change dependency method to client
This commit is contained in:
@@ -125,10 +125,12 @@
|
|||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"implicitDependencies": [
|
|
||||||
"client"
|
|
||||||
],
|
|
||||||
"targets": {
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"dependsOn": [
|
||||||
|
"client:build"
|
||||||
|
]
|
||||||
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"executor": "@nx/js:node",
|
"executor": "@nx/js:node",
|
||||||
"defaultConfiguration": "development",
|
"defaultConfiguration": "development",
|
||||||
|
|||||||
Reference in New Issue
Block a user