This commit is contained in:
Zheyuan Wu
2025-10-16 14:24:42 -05:00
parent 2cfdb23504
commit 49fbe4a182
3 changed files with 419 additions and 654 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View File

@@ -24,9 +24,6 @@ export default bundleAnalyzer(withNextra({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
webpackMemoryOptimizations: true,
},
}))
// If you have other Next.js configurations, you can pass them as the parameter:

1069
package-lock.json generated

File diff suppressed because it is too large Load Diff