mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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;
|