Skip to content

Commit

Permalink
fix: remove preload stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Apr 6, 2024
1 parent f580f18 commit 1939f98
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ const baseOptions = {
};

export default defineConfig({
preload: {
...baseOptions,
build: {
lib: {
entry: 'out/preload/index.js',
},
},
},
main: {
...baseOptions,
},
Expand Down

0 comments on commit 1939f98

Please sign in to comment.