Skip to content

Commit bcd4605

Browse files
committed
🔧 changed build output directory in vite config
1 parent c1969c2 commit bcd4605

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

solid-watchparty/vite.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
base: './',
8+
build: {
9+
outDir: '../dist'
10+
}
711
})

0 commit comments

Comments
 (0)