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": {