1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12: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 = {
apps: [
{
script: "dist/index.ts",
script: "dist/index.js",
instances: "max",
exec_mode: "cluster",
},