From 350e90ef798fe8524c4a1bafc49f6a0aec7f8065 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 29 Jul 2025 14:32:25 +0800 Subject: [PATCH] . --- php_pc/nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 960f94c..446e823 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -75,4 +75,7 @@ export default defineNuxtConfig({ } }, }, + devServer: { + host: '0.0.0.0' + }, });