We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to electron/forge#682 (comment) and https://www.electronforge.io/cli#start
If you type rs (and hit enter) in the same terminal where you ran the start command, the running app will be terminated and restarted.
Does this work for you? Somehow, it does not work for me. I tested with vanilla electron-forge and there it works.
So each time I change something on the main code, I have to Ctrl+C and npm start. Any ideas? How is your dev workflow?
npm start
The text was updated successfully, but these errors were encountered:
☝️ Also does not work for me. Stopped working when I upgraded from Electron 12 to Electron 16
Sorry, something went wrong.
Same problem for me. To trigger the reload you have to
rs
No branches or pull requests
According to electron/forge#682 (comment) and https://www.electronforge.io/cli#start
Does this work for you? Somehow, it does not work for me. I tested with vanilla electron-forge and there it works.
So each time I change something on the main code, I have to Ctrl+C and
npm start
. Any ideas? How is your dev workflow?The text was updated successfully, but these errors were encountered: