Blitz 尚在 beat 阶段! 🎉 预计会在今年的 Q3 季度发布 1.0
Back to Documentation Menu

blitz start

别名: blitz s

启动 Blitz 生产环境服务器。

选项

选项简写描述默认
--hostname-H设置服务器要使用的 hostname。"localhost"
--port-p设置你想让服务器监听的端口。3000
--inspect启用 Node.js inspector。false

示例

Note

确保在运行 blitz start 前运行 blitz build

blitz start
blitz start -H 127.0.0.1 -p 5632

Idea for improving this page? Edit it on GitHub.