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