remnoteio / remnote-plugin-template-react

A template for V1 frontend plugins using React. Please see the getting started guide for instructions:
https://plugins.remnote.com/getting-started/quick_start_guide
MIT License
23 stars 11 forks source link

chore: do not open browser when running the dev server #7

Closed eunjae-lee closed 2 years ago

eunjae-lee commented 2 years ago

Summary

This PR passes --no-open parameter to dev-sandbox-only command. Before this, it opened localhost:8080 in the default browser. But that's not how we're supposed to test and develop the plugin. To remove the confusion, we'd better not open the url.

bjsi commented 2 years ago

Good idea :)