feat(dx): Setup Wizard + doctor command — closes #2030 (#2034)

This commit is contained in:
DanielWalnut
2026-04-10 17:43:39 +08:00
committed by GitHub
parent b107444878
commit eef0a6e2da
25 changed files with 2809 additions and 68 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ if [ "$FAILED" -eq 0 ]; then
echo ""
echo "You can now run:"
echo " make install - Install project dependencies"
echo " make config - Generate local config files"
echo " make setup - Create a minimal working config (recommended)"
echo " make config - Copy the full config template (manual setup)"
echo " make doctor - Verify config and dependency health"
echo " make dev - Start development server"
echo " make start - Start production server"
else