Answers for "how to pass node arguments in nextjs"

0

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
Posted by: Guest on May-05-2021

Code answers related to "how to pass node arguments in nextjs"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language