1
0
forked from baron/baron-sso

adminfront /api-keys 새로고침 404 해결

This commit is contained in:
2026-05-18 11:36:43 +09:00
parent c7d25f3611
commit e7dab0f8fd
4 changed files with 176 additions and 2 deletions

View File

@@ -74,8 +74,8 @@ ensure_frontend_dependencies() {
ensure_frontend_dependencies
if [ "$mode" = "production" ]; then
echo "Running in production mode with Vite preview..."
exec sh -c "npm run build && npm run preview -- --host 0.0.0.0"
echo "Running in production mode with custom static server..."
exec sh -c "npm run build && node ./scripts/serve-prod.mjs"
fi
echo "Running in development mode..."