formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-04-27 09:53:32 +03:30
parent afb25635df
commit 29592d5b42
4 changed files with 15 additions and 15 deletions

View File

@@ -3,8 +3,7 @@ module.exports = {
name: "notification_server",
script: "./dist/main.js", // cluster mode run with node only, not npm
args: "",
exec_mode: "cluster", // default fork
instances: "max",
exec_mode: "fork", // default fork
kill_timeout: 4000,
wait_ready: true,
autorestart: true,