1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Fixing pm2 config.

This commit is contained in:
mike12345567 2022-09-22 18:28:50 +01:00
parent e3f054470a
commit f6cbfc5585

View file

@ -1,7 +1,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
script: "dist/index.ts", script: "dist/index.js",
instances: "max", instances: "max",
exec_mode: "cluster", exec_mode: "cluster",
}, },