remove vite from prod
This commit is contained in:
parent
e9eea69545
commit
27ac9cd92d
3 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue