updated no more strict port binding for development and preview, added prestart script to build before previewing

This commit is contained in:
2026-04-22 02:23:29 -07:00
parent 4b50524e21
commit e928181855
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite --host 0.0.0.0",
"prestart": "vite build",
"start": "vite preview --host 0.0.0.0 --strictPort --port 4173",
"start": "vite preview --host 0.0.0.0 --port 4173",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"typecheck": "tsc --noEmit",