edbaafi
edbaafi
| Issue | Labels | Description/Tasks | Electron Reference | PR's | | ----------- | ----------- | ------------------- | --------------------| -----| | [#5999 ](https://github.com/nwjs/nw.js/issues/5999) | P2, feature-request, (MacOS) | customize...
| Issue | Labels | Description/Tasks | Electron Reference | PR's | | ----------- | ----------- | ------------------- | --------------------| -----| | https://github.com/nwjs/nw.js/issues/7639 | feature-request | Make "main" optional when...
hey was this ever implemented? or do we still have to implement our own heartbeat mechanism? thanks
thanks
FYI - if anyone is interested in the current workaround. Here is what I came up with: ***package.json*** ``` { "name": "App Name", "main":"empty.js", "node-main":"node-main.mjs", } ``` ***node-main.mjs:*** ``` import...