diff --git a/pm2.config.js b/pm2.config.js new file mode 100644 index 0000000..322d232 --- /dev/null +++ b/pm2.config.js @@ -0,0 +1,5 @@ +module.exports = { + name: "supercosmic", + script: "index.ts", + interpreter: "~/.bun/bin/bun" +};