1
0
forked from baron/baron-sso

adminfront codecheck 오류 수정

This commit is contained in:
2026-04-28 14:19:12 +09:00
parent eae3e0bd2a
commit 0c5a302105
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ if [ "$provision_exit_code" -ne 0 ]; then
fi
set +e
port="${PORT:-5173}"
port="${PORT:-5180}"
echo "==> adminfront using PORT=$port"
(
cd adminfront