I start my app with
yarn nx serve my-api
There is an error in the build of an unknown origin that is being obfuscated by node. The console output says "Use node --trace-warnings ... to show where the warning was created". How do I run yarn nx serve in conjunction with --trace-warnings? I want to get the stack trace so that I can find my error.