Cannot find module

Hello community, I have a problem with my deploy that I can’t solve, see the print below and the link to the repo I’m trying to deploy.

repo: GitHub - krausediego/api

Hi,

From the repo you linked, index.js doesn’t exist in the root of the project, so the error makes sense.

It looks like you have TypeScript in the repo src folder, maybe you need to run some complication/build command?

Alan