diff --git a/package.json b/package.json index bc83620e86c4..f7318d6ee651 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "dev": "vite", + "dev": "vite --host 0.0.0.0", "build": "vite build", "production": "vite build" },