Description
When working on a plugin for a customer project, it is not possible to test the plugin locally. Instead the code must be pushed to Git in order to resolve the code.
The sidekick should be able to resolve to a local/Dev URL if it is in Dev Mode.
To Reproduce
Steps to reproduce the behavior:
Enable Dev Mode of sidekick.
Add a plugin with a reference to a html file, available on local computer only.
Click the test plugin button.
Palette shows a 404 page. (Will try to load preview URL of the HTML file)
Description When working on a plugin for a customer project, it is not possible to test the plugin locally. Instead the code must be pushed to Git in order to resolve the code.
The sidekick should be able to resolve to a local/Dev URL if it is in Dev Mode.
To Reproduce Steps to reproduce the behavior:
Expected behavior Palette should local html file.