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": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",

View file

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