Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Install
Preload (recommended)
Add the loader to yourbunfig.toml:
bunfig.toml
bun run and bun test boots with variables already populated, no source changes required.
Direct import
If you prefer code-side:server.ts
Use it
Bun-specific notes
Bun.envis populated alongsideprocess.env.- Native crypto is used (no polyfill).
- Cold start is ~2–4ms faster than Node thanks to Bun’s import cache.