mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
added fallback route to server, created extensive setup instructions in docs
This commit is contained in:
6
examples/bun/minimal.ts
Normal file
6
examples/bun/minimal.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createApp } from "bknd";
|
||||
|
||||
const app = createApp();
|
||||
await app.build();
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user