From 655820faf10c49203d9474915abe3f01869c1134 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Mon, 22 Jun 2026 00:05:07 +0000 Subject: [PATCH] feat: update frontend vite.config.ts with React plugin --- frontend/vite.config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index a9fb577..2dea53a 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -4,14 +4,4 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - server: { - port: 8080, - strictPort: true, - host: true - }, - preview: { - port: 8080, - strictPort: true, - host: true - } }) \ No newline at end of file