feat: 初始框架
This commit is contained in:
13
electron.vite.config.mjs
Normal file
13
electron.vite.config.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
defineConfig, externalizeDepsPlugin,
|
||||
} from 'electron-vite';
|
||||
|
||||
export default defineConfig({
|
||||
main: {
|
||||
plugins: [externalizeDepsPlugin()],
|
||||
},
|
||||
preload: {
|
||||
plugins: [externalizeDepsPlugin()],
|
||||
},
|
||||
renderer: {},
|
||||
});
|
Reference in New Issue
Block a user