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
No known key found for this signature in database

View File

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