Get the absolute path to the current entrypoint
The Bun.main property contains the absolute path to the current entrypoint.
console.log(Bun.main);The printed path is the file executed with bun run.
bun run index.ts/path/to/index.tsbun run foo.ts/path/to/foo.tsSee Utils.
Was this page helpful?Suggest editsRaise issue