Skip to content

Commit

Permalink
Update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Feb 4, 2024
1 parent a3b7677 commit 31269d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [svelte({ configFile: '../../svelte.config.mjs' })],
root: 'src/renderer',
build: {
outDir: '../../build',
},
});

0 comments on commit 31269d5

Please sign in to comment.