how to pass node arguments in nextjs code example
Example: how to pass node arguments in nextjs
npx NODE_OPTIONS='--max-old-space-size=1536' next
NODE_OPTIONS='-r esm' next
NODE_OPTIONS='--inspect' next
npx NODE_OPTIONS='--max-old-space-size=1536' next
NODE_OPTIONS='-r esm' next
NODE_OPTIONS='--inspect' next