Making it easier to build Electron apps with Vite:
vite.config.ts
for both main and renderer process:
export default {
// ..config for building the renderer code
plugins: [
// automatically starts the main process
// after the vite server is started
electron({
main: './main/index.ts',
preload: './preload/index.ts'
})
]
}
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too