dal/examples/bun
2024-09-01 22:49:39 +02:00
..
.gitignore [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00
bun.lockb [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00
index.ts [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00
package.json [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00
README.md [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00
tsconfig.json [fix] bench; add skeleton for examples 2024-09-01 22:49:39 +02:00

bun-dal-exmaple

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.25. Bun is a fast all-in-one JavaScript runtime.