diff --git a/apps/web_v1/vite.config.ts b/apps/web_v1/vite.config.ts index 8b0f57b..d3668a3 100644 --- a/apps/web_v1/vite.config.ts +++ b/apps/web_v1/vite.config.ts @@ -4,4 +4,8 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + server: { + port: 5173, + strictPort: true, + }, })