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?
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?