updated start cmd to use the specific host
This commit is contained in:
parent
af20179159
commit
ad75e94306
@ -8,7 +8,7 @@
|
|||||||
"build": "tsc -b && vite build",
|
"build": "tsc -b && vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"start": "vite start --host"
|
"start": "vite start --host tid.apps.nathanwindisch.com"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user