From 2a494618c24294eb7617cec3cd3a57174aa9e6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Mon, 24 Feb 2025 13:45:08 -0300 Subject: [PATCH] account id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiĆ³genes Fernandes --- search/worker/wrangler.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/search/worker/wrangler.toml b/search/worker/wrangler.toml index 2452db3..6ab850f 100644 --- a/search/worker/wrangler.toml +++ b/search/worker/wrangler.toml @@ -4,6 +4,8 @@ main = "src/index.ts" compatibility_date = "2024-08-21" compatibility_flags = ["nodejs_compat"] +account_id = "919942d1077740aa3cff8c6cf511147a" + [[r2_buckets]] binding = "BUCKET" bucket_name = "registry-ui-api-staging"