Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update vite.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
grctest committed Mar 2, 2024
1 parent 2f026ee commit ebcd7f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ export default defineConfig({
plugins: [
react(),
electron({
entry: 'public/electron.js'
main: {
entry: 'public/electron.js',
base: './',
},
preload: {
input: 'public/preload.js',
base: './',
},
}),
i18nextLoader({
paths: ['./src/locales'],
Expand Down

0 comments on commit ebcd7f6

Please sign in to comment.