From ea46030d6c0e3c4a77750fdb96163ce48b6b5372 Mon Sep 17 00:00:00 2001 From: Joshua Chaitin-Pollak Date: Sun, 2 Jun 2024 04:00:42 +0000 Subject: [PATCH] force vite to use IPv4 localhost IP address --- applications/web/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/web/vite.config.ts b/applications/web/vite.config.ts index e7c4f11c..008bc34d 100644 --- a/applications/web/vite.config.ts +++ b/applications/web/vite.config.ts @@ -17,6 +17,7 @@ export default defineConfig({ }, server: { strictPort: true, + host: "127.0.0.1", port: 5173, fs: { // Allow serving files from one level up to the project root