We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab79265 commit 2c31c8fCopy full SHA for 2c31c8f
sandbox/scripts/start-bun.sh
@@ -49,12 +49,10 @@ fi
49
50
if [ "$KOSUKE_MODE" = "production" ]; then
51
echo "📦 Running production build..."
52
- export NODE_OPTIONS="--max-old-space-size=2048"
53
- bun run build
+ NODE_OPTIONS="--max-old-space-size=2048" bun run build
54
echo "▶️ Starting production server..."
55
exec bun run start
56
else
57
echo "▶️ Starting development server..."
58
59
exec bun run dev
60
fi
0 commit comments