Update package.json

This commit is contained in:
Zheyuan Wu
2025-02-12 20:25:01 -06:00
parent b219928282
commit fe95e86e62

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next",
"build": "next build",
"build": "next build --experimental-debug-memory-usage",
"start": "next start"
},
"dependencies": {