diff --git a/nuxt.config.ts b/nuxt.config.ts index 64d9a20..feaf2e0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,7 +5,8 @@ export default defineNuxtConfig({ // 개발 서버 포트 devServer: { - port: 2026 + port: 2026, + host: '0.0.0.0' }, // 서버 설정