Cannot find module `/app` import from `/main.js`
I get the error when run the dockerfile, look like typescript not automatic transfer
Is anyone how to fix this?
import app from './app' to import app from './app.js'Is anyone how to fix this?

