From 2b5b354f146b1538977eab5d505a4348b9a215e0 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 23 Nov 2022 14:25:17 +0800 Subject: [PATCH] Update README.md --- serverless/cloudflare/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/serverless/cloudflare/README.md b/serverless/cloudflare/README.md index a74eca0..ae6019f 100644 --- a/serverless/cloudflare/README.md +++ b/serverless/cloudflare/README.md @@ -10,4 +10,6 @@ Generate the Workers script using `npm run build` and copy `dist/index.js` to th ### Wrangler (advanced) -with Wrangler, run `npm run start` to serve your Worker on http://localhost:8787. The cache will not be active in development. +The `preview_bucket_name` value in `wrangler.toml` should be changed to your bucket used for development. + +Run `npm run start` to serve your Worker at http://localhost:8787. The cache will not be active in development.