mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
import { createApp } from "bknd";
|
|
|
|
const app = createApp();
|
|
await app.build();
|
|
|
|
export default app;
|