We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6004945 commit 3b38057Copy full SHA for 3b38057
.github/workflows/ngx-default.yml
@@ -30,6 +30,7 @@ jobs:
30
rm -rf ngx-default/*
31
cp -r client/* ngx-default/
32
cd ngx-default
33
+ echo "ngx.webart.work" > CNAME
34
git add .
35
git commit -m "Update Angular files from source repository" || echo "No changes to commit"
36
git push --force
client/angular.json
@@ -62,7 +62,7 @@
62
{
63
"type": "initial",
64
"maximumWarning": "750kb",
65
- "maximumError": "1mb"
+ "maximumError": "1.5mb"
66
},
67
68
"type": "anyComponentStyle",
@@ -84,7 +84,7 @@
84
85
86
87
88
89
90
0 commit comments