mirror of
https://github.com/directus/directus.git
synced 2026-02-11 19:15:16 -05:00
The app's main js entrypoint was in the assets directory before. I moved entrypoints one directory up to distinguish them from other chunks. This is now done by using a `.entry.js` extension for entrypoints. This also makes the shared dependency detection more robust. Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
@directus/app
The Directus Admin App. Included with directus itself. You wouldn't install this package separately.