Stack trace limit configuration

In node, I can configure the limit of the stacktrace by running the command: node app.js --stack-trace-limit=1000. How can I pass this to node through the meteor command? I haven’t found much examples of using meteor node.