operations: Add cache invalidation, DEV build config.
This commit is contained in:
2
web/.env.development
Normal file
2
web/.env.development
Normal file
@ -0,0 +1,2 @@
|
||||
NODE_ENV=production
|
||||
VUE_APP_API_BASE_URL=https://forms-api-dev.hopefamilyfellowship.com/v1/
|
@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"serve": "npx servor dist",
|
||||
"build": "vue-cli-service build",
|
||||
"build-local": "vue-cli-service build --mode development",
|
||||
"build-dev": "vue-cli-service build --mode development",
|
||||
"build-prod": "vue-cli-service build --mode production",
|
||||
"lint": "vue-cli-service lint",
|
||||
"vue-serve": "vue-cli-service serve"
|
||||
},
|
||||
|
Reference in New Issue
Block a user