spa5k / nextjs_approuter_electron

This is a template for building Electron apps with Next.js App router, SSR and Server Components
https://www.saybackend.com/blog/03-electron-nextjs-ssr
46 stars 4 forks source link

Improve packaging of the Electron app #4

Closed spa5k closed 1 month ago

spa5k commented 1 month ago

This pull request improves the packaging of the Electron app by making the following changes:

These changes improve the packaging process of the Electron app and ensure that all necessary files are included in the built app.

Thanks to @dnnsjsk