You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directus package is installed as a dependency, but I am not sure why. As I ran over the source code I saw imports only from @directus/shared package what can be installed separately - it is not necessary to install the whole ecosystem for this subpackage. In my opinion, this practice is problematic on conceptual level anyway, because it is an extension of a system, so it shouldn't contain the whole system again.
Actually it cases a problem for us, because we use an own forked version of Directus API, and Directus App, but the original versions of these packages come with this extension, and these original codes start to work on startup instead of our forked versions.
Is it possible to uninstall directus, and install @directus/shared package directly instead?
The text was updated successfully, but these errors were encountered:
I'm not sure if I fully understand your concern, but we don't install the full Directus package. We only install the packages that we need, like @directus/composables, @directus/constants, etc. Could you provide a screenshot or some other way to show us where changes might be needed? We'll review and consider making adjustments.
The directus package is installed as a dependency, but I am not sure why. As I ran over the source code I saw imports only from @directus/shared package what can be installed separately - it is not necessary to install the whole ecosystem for this subpackage. In my opinion, this practice is problematic on conceptual level anyway, because it is an extension of a system, so it shouldn't contain the whole system again.
Actually it cases a problem for us, because we use an own forked version of Directus API, and Directus App, but the original versions of these packages come with this extension, and these original codes start to work on startup instead of our forked versions.
Is it possible to uninstall directus, and install @directus/shared package directly instead?
The text was updated successfully, but these errors were encountered: