diff --git a/pm2.config.js b/pm2.config.js index 322d232..47bda5c 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { name: "supercosmic", script: "index.ts", interpreter: "~/.bun/bin/bun"