diff --git a/package.json b/package.json index 76013e0..b336be0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "vite", "build": "vite build", + "start": "vite preview --host 0.0.0.0 --port 3000", "lint": "eslint .", "preview": "vite preview" },