chore(nx/ci): set client as implicit dependency for server

This commit is contained in:
Elian Doran 2025-04-27 11:39:02 +03:00
parent c1a7b3653d
commit edffe3afe5
No known key found for this signature in database

View File

@ -123,6 +123,9 @@
"copy-webpack-plugin": "13.0.0" "copy-webpack-plugin": "13.0.0"
}, },
"nx": { "nx": {
"implicitDependencies": [
"@triliumnext/client"
],
"targets": { "targets": {
"serve": { "serve": {
"executor": "@nx/js:node", "executor": "@nx/js:node",