updated start cmd to use the specific host

This commit is contained in:
Nathan Windisch 2025-03-09 06:57:55 +00:00
parent af20179159
commit ad75e94306

View File

@ -8,7 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "vite start --host"
"start": "vite start --host tid.apps.nathanwindisch.com"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.6",