You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Perses plugins use module federation to share dependencies and allow them to be injected into Perses UI (or other clients). In order to make development simple we can use the development server from the plugin side and adjust Perses Backend to run in a "plugin development mode" that will proxy requests of the /plugin endpoint to the plugin development server. As follows:
Remaining work:
Create a single server to be able to host several plugins at once: currently the dev server runs per plugin
Adjust Perses backend to include development plugins when listing: /api/plugins
Adjust Perses backend to proxy plugin files request to the plugin dev server
Open questions:
Can we load dynamically cue files on the backend while developing plugins?
The text was updated successfully, but these errors were encountered:
Currently Perses plugins use module federation to share dependencies and allow them to be injected into Perses UI (or other clients). In order to make development simple we can use the development server from the plugin side and adjust Perses Backend to run in a "plugin development mode" that will proxy requests of the
/plugin
endpoint to the plugin development server. As follows:Remaining work:
/api/plugins
Open questions:
The text was updated successfully, but these errors were encountered: