mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
fix: correct syntax error in database_id in wrangler.toml
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ compatibility_date = "2024-01-01"
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "nodewarden-db"
|
||||
database_id = "placeholde
|
||||
database_id = "placeholde"
|
||||
|
||||
# R2 Bucket for storing attachments
|
||||
[[r2_buckets]]
|
||||
|
||||
Reference in New Issue
Block a user