File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ coverage/
2323# next.js
2424web /.next /
2525web /out /
26+ next-env.d.ts
2627
2728# production
2829web /build
@@ -101,9 +102,6 @@ web/fundings.csv
101102web /public /mgmt /config.yml
102103web /src /lib /cms /CollectionMap.json
103104
104- # sql
105- sql /dol_employer_rates.sql
106-
107105# React Email generated templates
108106api /src /functions /messagingService /email-templates /* .html
109107api /src /functions /messagingService /email-templates /* .txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ module.exports = withBundleAnalyzer({
8989 return config ;
9090 } ,
9191 experimental : {
92- largePageDataBytes : 1.28 * 1024 * 1024 ,
92+ largePageDataBytes : 4.096 * 1024 * 1024 ,
9393 } ,
9494 async redirects ( ) {
9595 return [
You can’t perform that action at this time.
0 commit comments