This commit is contained in:
2025-12-21 13:28:10 +01:00
parent 6fc641306a
commit bbed8b5aa3
2 changed files with 20 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "PORT=3001 NODE_OPTIONS='--max-old-space-size=4096' next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",