When trying to deploy from a nx monorepo the start command fails silently.
The package uses webpack to transpile and bundle the node script and should output it to dist/apps/api/main.js. This does however not seem to happen. When running ls -R in front of the start command no dist folder exists.
You can see the repo here: open-decision/apps/api at dev · open-legal-tech/open-decision · GitHub
Is there something I need to know about render that would stop it from outputting the build files at the specified location?