chore: speedup bootstrap and migrate

This commit is contained in:
engigu
2026-03-24 09:03:27 +08:00
parent 54aabab985
commit 6461033a83
4 changed files with 90 additions and 17 deletions
-1
View File
@@ -74,7 +74,6 @@ log " - python: $(python --version 2>&1 | head -n 1 || echo "not found")"
log "Checking node..."
log " - node: $(node --version 2>&1 | head -n 1 || echo "not found")"
# 延迟获取 NODE_PATH,避免同步阻塞启动
log "Checking npm..."
log " - npm: $(npm --version 2>&1 | head -n 1 || echo "not found")"