在本地 http://127.0.0.1:5050 启动一个服务(单站点)
http://127.0.0.1:5050
bx run
访问 http://localhost:5050 也是一样的。
http://localhost:5050
多站点时必须指定站点
bx run --site=1
端口号冲突时可指定端口(也可以编辑 _config.toml 中的 port 字段)
port
bx run --port=5051
相关参考: