fix(server/esbuild): missing build dependencies

This commit is contained in:
Elian Doran 2025-05-23 17:22:15 +03:00
parent 60af6f5826
commit d7f8946c98
No known key found for this signature in database

View File

@ -202,6 +202,7 @@
"{options.outputPath}"
],
"dependsOn": [
"^build",
"client:build"
],
"options": {