From d0f87c187af0769b36a6f21054bd7a046fc32f3c Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 23 Mar 2026 20:24:02 +0100 Subject: [PATCH] Add start script for production --- package.json | 1 + 1 file changed, 1 insertion(+) 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" },