From a94fbaff7a1a098103d30edff1c51a82457e0d26 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Fri, 25 Aug 2023 14:07:52 +0800 Subject: [PATCH] feat: update readme (#4) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53aada2b..85a9a7e5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ enable email route and config email forward catch-all to the worker cd frontend pnpm install # add .env.local and modify VITE_API_BASE to your worker's url +# VITE_API_BASE=https://xxx.xxx.workers.dev - don't put / in the end cp .env.example .env.local pnpm build --emptyOutDir cd ..