From 1a031039e144c7b14e734c1700cdf0c301828feb Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:43:02 +0530 Subject: [PATCH] specify account id --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.toml b/wrangler.toml index 532393622..7258e6c00 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,5 @@ name = "feedback" main = ".output/server/index.mjs" workers_dev = true +account_id = "fe5d9bd14160b07939282e45f63eb5ad" compatibility_date = "2022-09-10"