mirror of
https://github.com/directus/directus.git
synced 2026-01-24 19:18:07 -05:00
* add link command and small improvements * put local bundles into own folder on link * get rid of packs and add bundle support for local extensions * make bundle type extensions work locally and remove traces of pack * fix hot reloading of bundles * fix app.js not refreshing * fixed linter errors * add endpoint to install extensions * update package.json validation and support top level extensions * update endpoints * added some URL escapes and ran linter * remove installation part * readd endpoint * update dependencies * fix types and validation in extension-sdk * run linter * fix linter * add defaults to manifest * Added missing constant export * ensure all the extension folders * ignore unneeded vite error * update linking process * run parser separate * add await * fixed linter errors Co-authored-by: Brainslug <tim@brainslug.nl> Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>