fix d1 introspect issue by excluding _cf_METADATA

This commit is contained in:
dswbx
2025-03-26 09:19:54 +01:00
parent c9c00adf6c
commit 6e6c65b375
2 changed files with 7 additions and 3 deletions

View File

@@ -14,6 +14,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"typescript": "^5.5.3",
"wrangler": "^3.108.1"
"wrangler": "^4.4.0"
}
}
}