chore(client): build dependencies before serving

This commit is contained in:
Elian Doran
2025-06-10 21:09:10 +03:00
parent 61958a35c2
commit 83c136174e

View File

@@ -72,6 +72,11 @@
"vite-plugin-static-copy": "3.0.0"
},
"nx": {
"name": "client"
"name": "client",
"targets": {
"serve": {
"dependsOn": ["^build"]
}
}
}
}