From f5bf084afc8e1da6f2de01fdfdfe4d36a5582964 Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 11 Jan 2026 13:24:32 +0900 Subject: [PATCH] add chart.js --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' }, // 서버 설정