Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 pm2 (2.5.0) 和 ts-node (3.1.0) 我在 ts-node 的文档中看到您可以传递“--fast”选项,这样编译速度会更快。
我正在使用 pm2 启动我的 .ts 应用程序。我如何告诉 pm2 将“快速”选项传递给 ts-node?
谢谢
根据这个问题,自 2016 年底开始支持将参数传递给脚本的标准 UNIX 方式。这应该有效:
pm2 start app.ts -- -F