mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { serve } from "bknd/adapter/cloudflare";
|
|
import config from "../config";
|
|
|
|
export default serve(config);
|