chore(client): build dependencies before serving

feat/llm-model-unit-test
Elian Doran 2025-06-10 21:09:10 +07:00
parent 61958a35c2
commit 83c136174e
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

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