From ced0a183b349a0164773a954204ffb1771f0270b Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Sun, 15 Feb 2026 02:25:26 +0800 Subject: [PATCH] fix: remove placeholder database_id from D1 database configuration --- wrangler.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 4537671..6d578b5 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,7 +6,6 @@ compatibility_date = "2024-01-01" [[d1_databases]] binding = "DB" database_name = "nodewarden-db" -database_id = "placeholde" # R2 Bucket for storing attachments [[r2_buckets]]