host params added

This commit is contained in:
2025-12-31 10:41:56 -06:00
parent b22539bf68
commit 484b2d7040

View File

@@ -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"
},