From 2fbb4247d6b7d845cc42d4845986bf63641a4170 Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 28 Dec 2025 15:35:33 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=ED=8A=B8=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 2b8674d..c736bc6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -2,6 +2,7 @@ export default defineNuxtConfig({ compatibilityDate: '2024-12-25', devServer: { + host: '0.0.0.0', port: 4055 }, devtools: { enabled: true },