updated vite config

This commit is contained in:
Storme-bit
2026-04-06 03:35:52 -07:00
parent 1e2ce7a761
commit f6cdc65464

View File

@@ -3,6 +3,9 @@ import react from '@vitejs/plugin-react';
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
build: {
outDir: 'dist',
},
server: { server: {
port: 5173, port: 5173,
proxy: { proxy: {