From 0ae4ae75ad17e28cf5cd991b35cfbbf16553cff8 Mon Sep 17 00:00:00 2001 From: Sungyu Kang Date: Tue, 29 Oct 2024 02:27:38 +0900 Subject: [PATCH] docs: static html guide command --- docs/static-html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/static-html.md b/docs/static-html.md index c81b3ab..222bf97 100644 --- a/docs/static-html.md +++ b/docs/static-html.md @@ -103,6 +103,8 @@ export default defineConfig({ } ``` +During development, use `dev:web`, and before deploying to production, generate static HTML code with `build:web`. + ## Setting Up the Bridge ### React Native Part