|
|
@@ -5,7 +5,7 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "next dev", |
|
|
"dev": "next dev", |
|
|
"build": "next build", |
|
|
"build": "next build", |
|
|
"start": "set NODE_OPTIONS=--inspect&& next start", |
|
|
|
|
|
|
|
|
"start": "set NODE_OPTIONS=--inspect --max-old-space-size=6144&& next start", |
|
|
"lint": "next lint", |
|
|
"lint": "next lint", |
|
|
"type-check": "tsc --noEmit" |
|
|
"type-check": "tsc --noEmit" |
|
|
}, |
|
|
}, |
|
|
|