diff --git a/pm2.config.js b/pm2.config.js index 47bda5c..a69edb2 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,5 +1,7 @@ -export default { +const config = { name: "supercosmic", script: "index.ts", interpreter: "~/.bun/bin/bun" }; + +export default config;