Skip to content

Commit c71cba1

Browse files
committed
chore: remove next-env.d.ts
1 parent 022b99b commit c71cba1

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ coverage/
2323
# next.js
2424
web/.next/
2525
web/out/
26+
next-env.d.ts
2627

2728
# production
2829
web/build
@@ -101,9 +102,6 @@ web/fundings.csv
101102
web/public/mgmt/config.yml
102103
web/src/lib/cms/CollectionMap.json
103104

104-
# sql
105-
sql/dol_employer_rates.sql
106-
107105
# React Email generated templates
108106
api/src/functions/messagingService/email-templates/*.html
109107
api/src/functions/messagingService/email-templates/*.txt

web/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 [

0 commit comments

Comments
 (0)