From 969d32eaca25c758eb895177124c03a71202c495 Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 10 Apr 2026 10:56:21 +0900 Subject: [PATCH] =?UTF-8?q?runtime=20host=200.0.0.0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/scripts/runtime-mode.sh | 4 ++-- devfront/scripts/runtime-mode.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adminfront/scripts/runtime-mode.sh b/adminfront/scripts/runtime-mode.sh index 8191bf0d..aa41dce1 100644 --- a/adminfront/scripts/runtime-mode.sh +++ b/adminfront/scripts/runtime-mode.sh @@ -19,8 +19,8 @@ fi if [ "$mode" = "production" ]; then echo "Running in production mode with Vite preview..." - exec sh -c "npm run build && npm run preview -- --host 127.0.0.1" + exec sh -c "npm run build && npm run preview -- --host 0.0.0.0" fi echo "Running in development mode..." -exec npm run dev -- --host 127.0.0.1 +exec npm run dev -- --host 0.0.0.0 diff --git a/devfront/scripts/runtime-mode.sh b/devfront/scripts/runtime-mode.sh index 8191bf0d..aa41dce1 100644 --- a/devfront/scripts/runtime-mode.sh +++ b/devfront/scripts/runtime-mode.sh @@ -19,8 +19,8 @@ fi if [ "$mode" = "production" ]; then echo "Running in production mode with Vite preview..." - exec sh -c "npm run build && npm run preview -- --host 127.0.0.1" + exec sh -c "npm run build && npm run preview -- --host 0.0.0.0" fi echo "Running in development mode..." -exec npm run dev -- --host 127.0.0.1 +exec npm run dev -- --host 0.0.0.0