fix: correct syntax error in database_id in wrangler.toml

This commit is contained in:
shuaiplus
2026-02-09 22:06:50 +08:00
parent d2ce2aea24
commit 866ffb8390
+1 -1
View File
@@ -7,7 +7,7 @@ compatibility_date = "2024-01-01"
[[d1_databases]] [[d1_databases]]
binding = "DB" binding = "DB"
database_name = "nodewarden-db" database_name = "nodewarden-db"
database_id = "placeholde database_id = "placeholde"
# R2 Bucket for storing attachments # R2 Bucket for storing attachments
[[r2_buckets]] [[r2_buckets]]