next-electron-server
next-electron-server copied to clipboard
Server your Next.js app inside electron using a custom scheme.
Electron's v25 update changes the API for handling protocol schemes. I forked your code and have my own script in my local repo, but wanted to share the guts of...
How to use this package with electron forge since the main and renderer are in the src directory. Thanks.
Hi there! I'm looking to solve a problem that I have with rendering my exported Next.js app through Electron: https://github.com/vercel/next.js/issues/2581 I came across this package, along with two others: https://github.com/vercel/serve...
Hi, finally found a next electron package that handles nossr correctly! just wondering how i would get typescript supported on the main side as next handles typescript on the renderer...