I developed a nestjs app that makes use of path mapping in typescript. I have created an index.ts file for every module of the app that exports every necessary class that needs to be used outside the module.
Everything works fine on vs code but as soon as I try to deploy it to railway it gives me this error