Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aceite-tecnico-frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Renan de Jesus Montenegro da Silva
aceite-tecnico-frontend
Commits
c919cdf0
Commit
c919cdf0
authored
Feb 01, 2026
by
RenanMontenegro3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: alteração no limite de budgets
parent
34248d79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
angular.json
angular.json
+2
-2
package.json
package.json
+1
-1
No files found.
angular.json
View file @
c919cdf0
...
...
@@ -40,8 +40,8 @@
"budgets"
:
[
{
"type"
:
"initial"
,
"maximumWarning"
:
"
500k
b"
,
"maximumError"
:
"
1
mb"
"maximumWarning"
:
"
2m
b"
,
"maximumError"
:
"
5
mb"
},
{
"type"
:
"anyComponentStyle"
,
...
...
package.json
View file @
c919cdf0
...
...
@@ -4,7 +4,7 @@
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
"build"
:
"ng build"
,
"build"
:
"ng build
--configuration production
"
,
"watch"
:
"ng build --watch --configuration development"
,
"test"
:
"ng test"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment