Frontend dev environment now uses non-prod mode by default

pull/1037/head
Isaac Abadi 1 year ago
parent 9556f9c94f
commit 84464db0e0

@ -70,7 +70,7 @@
"localize": ["es"]
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",

@ -4,5 +4,5 @@
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
production: true
production: false
};

Loading…
Cancel
Save