diff --git a/package.json b/package.json index 134a7aa..f45d1eb 100644 --- a/package.json +++ b/package.json @@ -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",