initial version (alpha)
This commit is contained in:
commit
b39d63702e
122 changed files with 15911 additions and 0 deletions
11
electron.vite.config.ts
Normal file
11
electron.vite.config.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig, externalizeDepsPlugin, bytecodePlugin } from 'electron-vite';
|
||||
|
||||
export default defineConfig({
|
||||
main: {
|
||||
plugins: [externalizeDepsPlugin(), bytecodePlugin()]
|
||||
},
|
||||
preload: {
|
||||
plugins: [externalizeDepsPlugin(), bytecodePlugin()]
|
||||
}
|
||||
// renderer: {}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue