Hey, we are currently developing some private plugins for DatoCMS to work with our internal tools.
Once configured, the private plugin run’s under a given URL. Now when we need to make changes to the plugin,
currently we are simple changing the URL in the plugin configuration to point localhost (http://localhost:3042), in order to test new features.
But this is somehow problematic since it breaks the current plugin for all user’s right? (They do not have a running instance of the the plugin at their localhost)
What’s the preferred way to handle this? Add the plugin a second time and call it “Plugin Name (DEV)”?