Cannot find module after build with typescript
This is my package json
build happening and i see that dist folder created everything fine, but when im trying to run it locally with
yarn start:prod i see error (screenshot attachment)looks like it's trying to reach d.ts file instead of correct routes file not sure how to fix it, i just followed official guide from crawlee dock.

