add start script

This commit is contained in:
2025-10-20 05:29:28 -04:00
parent 20a87064d8
commit b1da45c81b

View File

@@ -8,9 +8,10 @@
"dev": "vite",
"prebuild": "npm run lint",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"preview": "vite preview"
"preview": "vite preview",
"start": "vite preview --host"
},
"dependencies": {
"class-variance-authority": "0.7.1",