diff --git a/frontend/package.json b/frontend/package.json index 9740e7b..d706e9b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "start": "vite", + "start": "vite preview --host", "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview"