Skip to content

Commit

Permalink
chore: increase size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Nov 16, 2023
1 parent 619fbea commit 80c87bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"path": "dist/client/index.js",
"limit": "6.76 KB"
"limit": "6.9 KB"
},
{
"path": "dist/server/index.js",
"limit": "6.76 KB"
"limit": "6.9 KB"
}
]

0 comments on commit 80c87bd

Please sign in to comment.