Skip to content

Commit

Permalink
🔧 changed build output directory in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnijs committed Feb 28, 2024
1 parent c1969c2 commit bcd4605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solid-watchparty/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: './',
build: {
outDir: '../dist'
}
})

0 comments on commit bcd4605

Please sign in to comment.