Minimal Sveltekit + Electron + Typescript starter template.
| Install | · pnpm install
|
| Develop | · pnpm dev
|
| Build | · pnpm build
|
In order to eliminate vulnerabilities caused by electron itself, please run pnpm update
and pnpm audit fix
. This will apply overrides.
In the scripts section of package.json you can update the build:electron
command and change the flags to set the targets, by default it uses -mwl
which is Mac, Windows, and Linux