Files
lodestar/packages/cli/bin/lodestar.ts
Cayman 6494939cd0 chore: add bun exports to packages (#8448)
**Motivation**

- #7280 

**Description**

- Add `"bun"` export to all packages that points to the _typescript
source_ rather than the transpiled javascript
- Allows for bun to use typescript directly
2025-09-23 12:19:11 +01:00

4 lines
53 B
TypeScript
Executable File

#!/usr/bin/env bun
await import("../src/index.js");