Closed charleylla closed 4 years ago
pm2 install typescript pm2 start xxx.ts
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm trying to deploy my typescript project with pm2, but the argument seems not working correctly.
Here is ecosystem.config.yml:
When I run pm2 start ecosystem.config.yml and check the logs then:
And my tsconfig.json is:
It seems that the paths alias are not working properly. It works well without pm2(this is a nestjs project):
Can anyone help me with this problem? Thanks.