chore: split dev and production deployment env
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user