ignore d1 system tables, deploy verified

This commit is contained in:
dswbx
2025-02-12 07:29:56 +01:00
parent 7a6321f4ce
commit 61d06973a4
4 changed files with 15 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
import { serve } from "bknd/adapter/cloudflare";
export default serve({
mode: "fresh",
onBuilt: async (app) => {
app.modules.server.get("/custom", (c) => c.json({ hello: "world" }));
}