Can i fork the admin panel and have my changes and link it to original backend so that my code picks up the plugins as well.
Admin Extensions in Plugins: If you use plugins that provide admin extensions (such as widgets or UI routes), these are typically included in the admin build process when using the standard Medusa monorepo setup. If you fork the admin panel and run it as a standalone project, you will need to ensure that your forked admin is able to discover and include these extensions. The knowledge sources do not provide explicit details on how to automatically pick up admin extensions from backend plugins in a forked admin setup, so you may need to manually integrate or import the relevant components from your plugins into your forked admin project.
Has anyone have done this?