electronmon
electronmon copied to clipboard
🖥 run, watch, and restart electron apps using magic
Hi, i'm developing an app using a forked Electron version, specifically the ow-electron package, https://www.npmjs.com/package/@overwolf/ow-electron Also setting the `electronPath `in `electronmon` packages.json section, doesn't seem nodemon is starting using ow-electron...
In order to correct do things (in my case track the recompile time of electronmon), it would be nice to be able to hook into watch boy and methods like...
Seems electron has issues starting on `ubuntu-latest` which is now 24.04. Checkout what it needs to make it work. See #81
## Problem Electronmon is having two issues. 1. It is not refreshing on a change to main.js 2. If you make 'change a' to main.js, start `electronmon .`, make 'change...