From 5eaecd8b55358250c4a78938fdf2c959bc508c2f Mon Sep 17 00:00:00 2001 From: zjx0905 <954270063@qq.com> Date: Thu, 17 Aug 2023 17:11:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A4=BA=E4=BE=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=20allowedHosts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/taro/config/dev.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/taro/config/dev.ts b/examples/taro/config/dev.ts index cbab601..ec75c48 100644 --- a/examples/taro/config/dev.ts +++ b/examples/taro/config/dev.ts @@ -9,6 +9,7 @@ export default { h5: { devServer: { port: 3000, + allowedHosts: 'all', }, }, } satisfies UserConfigExport;