mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
change default mode of cloudflare example to "warm", suppress listener info
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { serve } from "bknd/adapter/cloudflare";
|
||||
|
||||
export default serve({
|
||||
mode: "fresh",
|
||||
mode: "warm",
|
||||
onBuilt: async (app) => {
|
||||
app.modules.server.get("/custom", (c) => c.json({ hello: "world" }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user