mirror of
https://github.com/directus/directus.git
synced 2026-01-23 14:47:56 -05:00
* Remove return from api cli entrypoint * Add directus-extension cli to extension-sdk The initial version only implements the "build" command. Executing "build" in the root of an extension package bundles the extension to a single distributable and loadable entrypoint. * Update extension docs to use directus-extension build