Skip to content

Commit

Permalink
fs
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-k1 committed Nov 3, 2024
1 parent 5cdf52e commit a9f8e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"build": "NODE_OPTIONS='--max-old-space-size=4096' next build",
"start": "next start",
"lint": "eslint"
},
Expand Down

0 comments on commit a9f8e06

Please sign in to comment.