staging #4

Merged
yidongliang merged 2 commits from develop into stage 2025-08-25 22:19:35 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e67fb414df - Show all commits

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"
},