auto-backup: 2025-12-12 11:06:13 (19 files: +0 ~19 -0)
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Generated by DSS Git Backup Hook
This commit is contained in:
@@ -78,14 +78,14 @@ if [ "$SERVERS_ONLY" = true ]; then
|
||||
cd "$DSS_ROOT"
|
||||
sleep 5
|
||||
|
||||
if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then
|
||||
log_ok "admin-ui: http://localhost:3456"
|
||||
if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then
|
||||
log_ok "admin-ui: http://localhost:6221"
|
||||
else
|
||||
log_warn "admin-ui not responding yet (check /tmp/dss-admin-ui.log)"
|
||||
fi
|
||||
|
||||
if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then
|
||||
log_ok "Storybook: http://localhost:6006"
|
||||
if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then
|
||||
log_ok "Storybook: http://localhost:6226"
|
||||
else
|
||||
log_warn "Storybook not responding yet (check /tmp/dss-storybook.log)"
|
||||
fi
|
||||
@@ -221,8 +221,8 @@ if [ ! -d "$DSS_ROOT/node_modules" ]; then
|
||||
fi
|
||||
log_ok "Root dependencies ready"
|
||||
|
||||
# Check admin-ui node_modules
|
||||
if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ]; then
|
||||
# Check admin-ui node_modules (verify storybook is installed)
|
||||
if [ ! -d "$DSS_ROOT/admin-ui/node_modules" ] || [ ! -f "$DSS_ROOT/admin-ui/node_modules/.bin/storybook" ]; then
|
||||
log_info "Installing admin-ui dependencies..."
|
||||
cd "$DSS_ROOT/admin-ui" && npm install --legacy-peer-deps
|
||||
cd "$DSS_ROOT"
|
||||
@@ -578,14 +578,14 @@ if [ "$SKIP_SERVERS" = false ]; then
|
||||
cd "$DSS_ROOT"
|
||||
sleep 5
|
||||
|
||||
if curl -s -o /dev/null -w "" http://localhost:3456 2>/dev/null; then
|
||||
log_ok "admin-ui: http://localhost:3456"
|
||||
if curl -s -o /dev/null -w "" http://localhost:6221 2>/dev/null; then
|
||||
log_ok "admin-ui: http://localhost:6221"
|
||||
else
|
||||
log_warn "admin-ui not responding yet"
|
||||
fi
|
||||
|
||||
if curl -s -o /dev/null -w "" http://localhost:6006 2>/dev/null; then
|
||||
log_ok "Storybook: http://localhost:6006"
|
||||
if curl -s -o /dev/null -w "" http://localhost:6226 2>/dev/null; then
|
||||
log_ok "Storybook: http://localhost:6226"
|
||||
else
|
||||
log_warn "Storybook not responding yet"
|
||||
fi
|
||||
@@ -620,8 +620,8 @@ echo " Status: $STATUS"
|
||||
echo " → $STATUS_MSG"
|
||||
echo ""
|
||||
echo " Services:"
|
||||
echo " admin-ui: http://localhost:3456"
|
||||
echo " Storybook: http://localhost:6006"
|
||||
echo " admin-ui: http://localhost:6221"
|
||||
echo " Storybook: http://localhost:6226"
|
||||
echo ""
|
||||
echo " Output:"
|
||||
echo " .dss/data/_system/themes/ ← CSS for admin-ui"
|
||||
|
||||
Reference in New Issue
Block a user