夜间构建

¥Nightly Builds

你可以选择使用自动夜间发布渠道提前测试最新的 H3 更改。

¥You can opt-in to early test latest H3 changes using automated nightly release channel.

如果你在项目中直接使用 h3 作为依赖:

¥If you are directly using h3 as a dependency in your project:

{
  "dependencies": {
    "h3": "npm:h3-nightly@latest"
  }
}