seems working on this small batch

This commit is contained in:
Zheyuan Wu
2025-10-25 00:01:23 -05:00
parent f8df23526b
commit f89b3cb70d
434 changed files with 377 additions and 70501 deletions

View File

@@ -1,6 +1,6 @@
{
"scripts": {
"dev": "next --turbopack",
"dev": "next dev -p 4200 --turbopack",
"build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=32768' next build",
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",