host params added

This commit is contained in:
Andreas Knuth 2025-12-31 10:41:56 -06:00
parent b22539bf68
commit 484b2d7040
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Modern Email Configuration UI", "description": "Modern Email Configuration UI",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --port 3008", "dev": "vite --host --port 3008",
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },