From 7cd2e5ba8011608ccf7be35d9ed9371357096748 Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 28 Dec 2025 15:29:58 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index be08e85..2b8674d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,6 +1,9 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2024-12-25', + devServer: { + port: 4055 + }, devtools: { enabled: true }, // SSR 비활성화 (SPA 모드)