chore(server): set implicit dependency to share

This commit is contained in:
Elian Doran
2025-06-09 21:19:54 +03:00
parent fd06046be5
commit 6667167b26

View File

@@ -111,6 +111,9 @@
},
"nx": {
"name": "server",
"implicitDependencies": [
"share-theme"
],
"targets": {
"serve": {
"executor": "@nx/js:node",