From 687cf2909f440aa8958edd741743eccb30b4884e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdongming=E2=80=9D?= <“lidongming@aituringflow.com”> Date: Mon, 29 Dec 2025 01:08:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=BA=E5=88=B6=E4=B8=BA=E5=8D=95?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 2becdf0..d9bbd7a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,6 +8,7 @@ export default defineConfig({ server: { host: '0.0.0.0', port: 3000, + strictPort: true, allowedHosts: true }, })