diff --git a/pm2.config.js b/pm2.config.js index c44c35f..6f810e1 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: "winupdate-neo", + name: "WinupdateNeo", script: "bun", args: "start", cwd: "./",