diff --git a/work/package.json b/work/package.json index 121af1b..f0db4ec 100644 --- a/work/package.json +++ b/work/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --host 0.0.0.0", "build": "vite build", "preview": "vite preview" },