mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
chore(nx/server): change dependency method to client
This commit is contained in:
parent
726797b13d
commit
3216e2f2e4
@ -125,10 +125,12 @@
|
||||
},
|
||||
"nx": {
|
||||
"name": "server",
|
||||
"implicitDependencies": [
|
||||
"client"
|
||||
],
|
||||
"targets": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"client:build"
|
||||
]
|
||||
},
|
||||
"serve": {
|
||||
"executor": "@nx/js:node",
|
||||
"defaultConfiguration": "development",
|
||||
|
Loading…
x
Reference in New Issue
Block a user