fix: add host 0.0.0.0 for local dev accessibility

This commit is contained in:
2026-04-22 07:58:03 +07:00
parent c38cc4ae26
commit 5033281eab
4 changed files with 6 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ main() {
echo "Next steps:"
echo " 1. cd $PROJECT_PATH"
echo " 2. npm run dev"
echo " 3. Open http://localhost:4321"
echo " 3. Open http://localhost:4321 or http://0.0.0.0:4321"
echo ""
echo "For Tina CMS admin:"
echo " - npm run dev"