From b1da45c81b4c2c627f32e6e63e9abf5eb0b6683a Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Mon, 20 Oct 2025 05:29:28 -0400 Subject: [PATCH] add start script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",