refactor: simplify dev script in package.json and ensure nodeLinker is set in pnpm-workspace.yaml

This commit is contained in:
Poyraz Avsever
2026-06-13 15:19:04 +03:00
parent 62c3099d54
commit a47e39455c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -1,3 +1,4 @@
nodeLinker: hoisted
allowBuilds: allowBuilds:
msw: false msw: false
sharp: false sharp: false