remove vite from prod

This commit is contained in:
fred 2025-08-06 18:23:36 +00:00
parent e9eea69545
commit 27ac9cd92d
3 changed files with 3 additions and 5 deletions

View file

@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 80",
"production": "tsc -b && vite build && vite --host 0.0.0.0 --port 80",
"demo": "tsc -b && vite build && vite --host 0.0.0.0 --port 80",
"production": "tsc -b && vite build",
"demo": "tsc -b && vite build",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"