Skip to content

Commit 582707c

Browse files
committed
Fix unnecessary refresh when usgin basic form type
1 parent ee78995 commit 582707c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"type": "module",
44
"scripts": {
55
"dev": "vite",
6-
"build": "vite build"
6+
"build": "vite build",
7+
"watch": "vite build --watch"
78
},
89
"dependencies": {
910
"filepond": "^4.30.6",

0 commit comments

Comments
 (0)