From 1e91cd9891405c757800501c42eca81bed510611 Mon Sep 17 00:00:00 2001 From: Hanchin Hsieh Date: Fri, 1 Nov 2024 11:53:17 +0800 Subject: [PATCH] chore(README): update Prerequisites. (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix error on deploying: > ✘ [ERROR] A request to the Cloudflare API (/accounts/:account/workers/scripts/malacca) failed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 070cca8..6736265 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ It is written in **TypeScript**: ensuring adaptability to the rapidly evolving A - A **Cloudflare** account. - **Wrangler CLI** installed (used to manage Cloudflare Workers). +- Enable Workers Analytics Engine. (Head to the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/workers/analytics-engine)). ### Deployment Steps