Skip to content
New issue

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

Support for custom electron fork #72

Open
dowmeister opened this issue May 28, 2023 · 0 comments
Open

Support for custom electron fork #72

dowmeister opened this issue May 28, 2023 · 0 comments

Comments

@dowmeister
Copy link

dowmeister commented May 28, 2023

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

 "electronmon": {
    "patterns": [
      "!**/**",
      "src/main/**"
    ],
    "logLevel": "verbose",
    "electronPath": "./node_modules/bin/ow-electron"
  }

tried with simple ow-electron also.

I'm using it with the electron-react-boilerplate https://github.com/electron-react-boilerplate/electron-react-boilerplate

Replacing electromon with ow-electron here, launch the application with ow-electron

"start:main": "cross-env NODE_ENV=development electronmon -r ts-node/register/transpile-only .",

I'm not an Electron expert so probably i'm missing something :)

@dowmeister dowmeister changed the title Supports for custom electron fork Support for custom electron fork May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant