saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.69k stars 215 forks source link

Update nextron-dev.ts #362

Closed mduvernon closed 9 months ago

mduvernon commented 1 year ago

Disables the Chromium sandbox. Forces renderer process for root user (in Docker)

saltyshiomix commented 9 months ago

@mduvernon

Sorry for late reply 🙇

I just released nextron v8.11.1, which includes electron option configuration. If you have time, please try new one and let me know how is it going 🙏

https://github.com/saltyshiomix/nextron#--electron-options-default-undefined

{
  "scripts": {
    "dev": "nextron --electron-options=\"--no-sandbox\""
  }
}

Feel free to reopen the PR if you have any updates and troubles :)