From a47e39455c1c72f14677c3ac32ba57343a2e3ca9 Mon Sep 17 00:00:00 2001 From: Poyraz Avsever Date: Sat, 13 Jun 2026 15:19:04 +0300 Subject: [PATCH] refactor: simplify dev script in package.json and ensure nodeLinker is set in pnpm-workspace.yaml --- package.json | 2 +- pnpm-workspace.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b03abe6..fc41121 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev", + "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ec91a01..def2365 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ +nodeLinker: hoisted allowBuilds: msw: false sharp: false