diff --git a/package.json b/package.json index ae0b0d3..ba169aa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build", "preview": "vite preview" },