diff --git a/web/package.json b/web/package.json index 06133267..05de0b7d 100644 --- a/web/package.json +++ b/web/package.json @@ -82,7 +82,7 @@ "workbox-streams": "^6.5.4" }, "scripts": { - "start": "npx vite", + "start": "npx vite --host", "build": "npx vite build", "serve": "npx vite preview", "lint": "npx eslint .",