add start script
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"start": "vite preview --host"
|
||||
},
|
||||
"dependencies": {
|
||||
"class-variance-authority": "0.7.1",
|
||||
|
||||
Reference in New Issue
Block a user