update
Showing
with
7 additions
and
1 deletions
.env.staging
0 → 100644
| ... | ... | @@ -4,7 +4,8 @@ |
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| "build": "vue-cli-service build", | ||
| "build:stage": "vue-cli-service build --mode staging" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.19.2", | ||
| ... | ... |
Please
register
or
sign in
to comment