在pm2配置中启动多个脚本

时间:2019-10-18 15:41:35

标签: node.js pm2

请帮我在pm2 config中运行此脚本

"scripts": {
 "start": "export NODE_ENV=production; npm run tsc:build && node -r dotenv/config dist/src/index.js",
}

tsc:build ==== npm run clean && node_modules/.bin/tsc

它只是使打字稿编译。

我需要在config中运行它:

apps: [{
            name: 'my-app',
            script: '????',
            args: '?????',
}]

谢谢您的帮助:)

0 个答案:

没有答案