Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Bun.main
console.log(Bun.main);
import "./foo.ts";
bun run
bun run index.ts
/path/to/index.ts
bun run foo.ts
/path/to/foo.ts
Was this page helpful?