fix: wrong bindingName

This commit is contained in:
Ou
2024-10-30 16:12:05 +08:00
parent 13a32db931
commit de644ed1b7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if (process.env.VERCEL) {
default: {
connector: "cloudflare-d1",
options: {
bindingName: "NEWSNOW_DEV",
bindingName: "NEWSNOW_DB",
},
},
}