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