Skip to content

Commit 45928aa

Browse files
committed
Add command to watch & rebuild
1 parent 749a891 commit 45928aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8+
"watch": "vite build --watch --outDir ../.serverless/build/app/build",
89
"build": "vite build",
910
"lint": "eslint .",
1011
"preview": "vite preview"

0 commit comments

Comments
 (0)