This commit is contained in:
Fox_block
2026-03-11 20:41:29 +08:00
parent f47b6d483c
commit 279443e3ca
4 changed files with 33 additions and 1 deletions
+7 -1
View File
@@ -3,7 +3,13 @@ import { defineConfig } from 'electron-vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
main: {},
main: {
build: {
rollupOptions: {
external: []
}
}
},
preload: {},
renderer: {
resolve: {