Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-22 13:09:32 +01:00
parent 0d6cca625c
commit d29741f9a8
2 changed files with 3 additions and 3 deletions

View file

@ -42,8 +42,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "1mb",
"maximumError": "1mb" "maximumError": "2mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",

View file

@ -1,5 +1,5 @@
{ {
"name": "admin", "name": "frontend-admin",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",