diff --git a/nuxt.config.js b/nuxt.config.js index 88db6a5..dfe845e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -147,7 +147,7 @@ export default defineNuxtConfig({ // 指定 Nuxt 应用程序的兼容性日期,确保应用程序在未来的 Nuxt 版本中保持稳定性 compatibilityDate: '2025-01-09', devServer: { - host: 'localhost', // Set the host to 'localhost' + host: '0.0.0.0', // Set the host to 'localhost' port: 3000, // Set the port to 3000 or any other port you prefer }, }) \ No newline at end of file