-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
open-source-libraryFeel free to work on it unless someone else has claimed itFeel free to work on it unless someone else has claimed it
Description
Making it easier to build Electron apps with Vite:
- a single config file
vite.config.tsfor 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' }) ] }
- more features baked in?
Metadata
Metadata
Assignees
Labels
open-source-libraryFeel free to work on it unless someone else has claimed itFeel free to work on it unless someone else has claimed it