* feat(strapi): add plugin:link-watch command to CLI
* chore: skip assertion of strapi project if its the plugin:init command
* fix: add yalc
* fix: add yalc files/folders to ignore list to avoid restarting strapi when using
* chore: don't use run-action on plugin:init
* chore: add yarn dlx command to yarn suggestion
* feat: add vite
* fix: CheckPagePermissions was buggy
* fix: vite CJS warning & double print of experimental message
* chore: move to use plugins-workspace folder
* chore: update deps
---------
Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
* draft implementation details header
* implementation details ui with mock data
* fix unit tests
* fix fernando comments
* update pages structure
* first raw implementation store with rtk
* refactor(releases): redux toolkit query work
* rename releases page
* merge feature/content-releases
* test(releases): setup test harness for working with the admin app (#18817)
* test(releases): setup test harness for working with the admin app
* chore: remove file that shouldn't be here
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
* test(releases): setup test harness for working with the admin app
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
---------
Co-authored-by: Simone Taeggi <startae14@gmail.com>
* fix Fernando's review comments
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
* fix(admin): import & pass user customisations for admin panel
* fix(admin): modules should be resolved with module paths not system paths
* fix(admin): ensure webpack config is a type of function before calling, warn otherwise
* fix: convert the pluginPath to a system path before trying to resolve relative
* chore: update documentation
* fix(admin): import & pass user customisations for admin panel
* fix(admin): modules should be resolved with module paths not system paths
* fix(admin): ensure webpack config is a type of function before calling, warn otherwise
* fix: convert the pluginPath to a system path before trying to resolve relative
* chore: update documentation