feat: update frontend vite.config.ts with React plugin

This commit is contained in:
2026-06-22 00:05:07 +00:00
parent 437cf510c7
commit 655820faf1
-10
View File
@@ -4,14 +4,4 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: {
port: 8080,
strictPort: true,
host: true
},
preview: {
port: 8080,
strictPort: true,
host: true
}
}) })