diff --git a/frontend/package.json b/frontend/package.json index 5b09bdf..49ecc88 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "description": "Modern Email Configuration UI", "private": true, "scripts": { - "dev": "vite --port 3008", + "dev": "vite --host --port 3008", "build": "vite build", "preview": "vite preview" },