This commit is contained in:
yidl 2025-08-25 22:19:01 +08:00
parent ae90e76c4f
commit e67fb414df
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"dev": "vite --mode development",
"build": "vite build --mode production",
"test": "vite build --mode test",
"Staging": "vite build --mode Staging",
"staging": "vite build --mode Staging",
"build:env": "vite build --mode development",
"preview": "vite preview --mode production"
},