mirror of
https://github.com/directus/directus.git
synced 2026-01-26 19:28:13 -05:00
* Fix bundles The problem was coming from rollup building only for browsers. The solution is to specify build for browsers and Node.js. This configuration is inherited from format-title package, but with the slight difference that exports .mjs files * fix types folder