chore(nx/server): change dependency method to client

This commit is contained in:
Elian Doran 2025-05-08 14:02:01 +03:00
parent 726797b13d
commit 3216e2f2e4
No known key found for this signature in database

View File

@ -125,10 +125,12 @@
},
"nx": {
"name": "server",
"implicitDependencies": [
"client"
],
"targets": {
"build": {
"dependsOn": [
"client:build"
]
},
"serve": {
"executor": "@nx/js:node",
"defaultConfiguration": "development",