I'm using electron with react js and next. I can't find how to make it's production build. Can anyone help me in this with all steps. My project structure is :
- app
- node_modules
- pages
- routes
- static
- package.json
- main.js (entry points for electron)
next.config.js
My folder structure doesn't include any renderer folder.