环境变量

This commit is contained in:
2025-05-09 08:15:00 +08:00
parent dbd9486d8e
commit 69a62ece22
10 changed files with 38 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"start": "vite",
"build": "vue-tsc && vite build",
"build:staging": "vue-tsc && vite build --mode=staging",
"preview": "vite preview",
"fmt": "prettier --write src *.ts"
},