Skip to content

TypeScript code snippet – 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
See also  How to find the cube of a number in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.