Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed May 29, 2024
1 parent e1b564b commit 12a4ddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default defineConfig(() => {

return {
plugins: [
vue(),
cssInjectedByJsPlugin(),
vue(), cssInjectedByJsPlugin(),
electron({
main: { entry: 'electron/main.ts' },
preload: { input: path.join(__dirname, 'electron/preload.ts') }
Expand Down

0 comments on commit 12a4ddc

Please sign in to comment.