Skip to content

Commit 0e99b71

Browse files
fix: vite hard cache is an issue with onboarding
1 parent 1af5c4e commit 0e99b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/react-ts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
7+
"dev": "vite --force",
88
"build": "tsc -b && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",

0 commit comments

Comments
 (0)