refactor: simplify dev script in package.json and ensure nodeLinker is set in pnpm-workspace.yaml
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
nodeLinker: hoisted
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
msw: false
|
msw: false
|
||||||
sharp: false
|
sharp: false
|
||||||
|
|||||||
Reference in New Issue
Block a user