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.
process.env
process.env.API_TOKEN; // => "secret"
Bun.env
Bun.env.API_TOKEN; // => "secret"
bun --print process.env
{ BAZ: "stuff", FOOBAR: "aaaaaa", <还有很多行> }