#1057·forever

forever start ts-node

Author: harmnotCreated Jan 18, 2020Updated Oct 8, 2022

I am trying to run my Typescript app, with command forever start -v -c ts-node /src/index.ts and it was say running, but when I run forever list it was nothing my app running, not list can I know why? do I make something wrong command ?