Hey there, I was wondering when should I use this module over the other? In my project I'm only looking to require stuff from the root, so I won't be needing another folder besides that for quick access. Should I just use require-self-ref instead? I think it would be more transparent as to where I require the modules from, compared to app-module-path-node. Thanks.