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' + }, });