My angular 19 electron project did hot-reload finely, i.e.: anytime I change my code, the browser gets refreshed.
Not anymore happening after I changed
"electron": "24.8.8",
to
"electron": "github:castlabs/electron-releases#v31.7.3+wvcus",
is there any way to fix it?