Replies: 1 comment 2 replies
-
Looks like devOptions.open="none" does this. https://www.snowpack.dev/reference/configuration#devoptions.open-%7C-string-%7C-default%3A-%22default%22 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like a way to opt out of opening the application in the browser automatically.
I'm currently experimenting with running snowpack for the frontend of an electron application, and every time I start the app snowpack pops open a browser tab. The application of course crashes in all sorts of ways without the electron environment.
Any chance of adding an ENV var, flag, or option in the config file to disable this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions