Is there a way to improve the supertokens-node stack traces? I find them quite difficult to read which is leading to ongoing problems when debugging, mostly because lib/build is cjs-based and doesn’t use async/await. Maybe some source maps configuration that I’m missing? Alternatively, is this something that
https://github.com/supertokens/supertokens-node/pull/565 would address?