chore: split dev and production deployment env

This commit is contained in:
湛兮
2026-06-05 12:32:29 +08:00
parent 1d841fc1dd
commit ecc39745d7
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:test": "PUBLIC_APP_ENV_LABEL=测试环境 astro build",
"build:prod": "PUBLIC_APP_ENV_LABEL=生产环境 astro build",
"preview": "astro preview"
},
"dependencies": {