Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
registry.npmjs.org
bunfig.toml
[install] # 将默认 registry 设置为字符串 registry = "https://registry.npmjs.org" # 如有需要,设置令牌 registry = { url = "https://registry.npmjs.org", token = "123456" } # 如有需要,设置用户名/密码 registry = "https://usertitle:[email protected]"
.env.local
.env.[NODE_ENV]
.env
[install] registry = { url = "https://registry.npmjs.org", token = "$npm_token" }