Fixing pm2 config.

This commit is contained in:
mike12345567 2022-09-22 18:28:50 +01:00
parent fa8fb88f82
commit 4a6941dce7
1 changed files with 1 additions and 1 deletions

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",
}, },