Skip to content

Commit 2c31c8f

Browse files
committed
move NODE_OPTIONS
1 parent ab79265 commit 2c31c8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sandbox/scripts/start-bun.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ fi
4949

5050
if [ "$KOSUKE_MODE" = "production" ]; then
5151
echo "📦 Running production build..."
52-
export NODE_OPTIONS="--max-old-space-size=2048"
53-
bun run build
52+
NODE_OPTIONS="--max-old-space-size=2048" bun run build
5453
echo "▶️ Starting production server..."
5554
exec bun run start
5655
else
5756
echo "▶️ Starting development server..."
58-
export NODE_OPTIONS="--max-old-space-size=2048"
5957
exec bun run dev
6058
fi

0 commit comments

Comments
 (0)