mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
chore(nx/server): change dependency method to client
This commit is contained in:
parent
726797b13d
commit
3216e2f2e4
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user