Files
bknd/examples/bun
dswbx 3f26c45dd9 refactored adapters to run test suites (#126)
* refactored adapters to run test suites

* fix bun version for tests

* added missing adapter tests and refactored examples to use `bknd.config.ts` where applicable
2025-04-01 11:43:11 +02:00
..
2024-11-16 12:01:47 +01:00
2024-11-23 11:21:25 +01:00

bknd starter: Bun

A minimal Bun project with bknd integration.

Project Structure

Inside of your Bun project, you'll see the following folders and files:

/
├── index.ts
├── minimal.ts
└── package.json

To update bknd config, check index.ts.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:3000

Want to learn more?

Feel free to check our documentation or jump into our Discord server.