mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
added fallback route to server, created extensive setup instructions in docs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createApp } from "bknd";
|
||||
|
||||
const app = createApp();
|
||||
await app.build();
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user