import { createApp } from "bknd"; const app = createApp(); await app.build(); export default app;