From 7adde110c9da32f96564dea4124efd127a4e5f4a Mon Sep 17 00:00:00 2001 From: crushonyou18 <2143561829@qq.com> Date: Wed, 1 Dec 2021 18:03:23 +0800 Subject: [PATCH] feat(frontend): add hot update command --- frontend/package.tmpl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.tmpl.json b/frontend/package.tmpl.json index b0525ab..52ca1dc 100644 --- a/frontend/package.tmpl.json +++ b/frontend/package.tmpl.json @@ -4,6 +4,7 @@ "scripts": { "dev": "vite", "build": "vite build", + "build:watch": "vite build -w", "serve": "vite preview" }, "dependencies": {