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" }));
}

View File

@@ -1,7 +1,7 @@
#:schema node_modules/wrangler/config-schema.json
name = "bknd-cf-worker-example"
main = "src/index.ts"
compatibility_date = "2024-11-06"
compatibility_date = "2025-02-04"
compatibility_flags = ["nodejs_compat"]
workers_dev = true
minify = true