From 28c59ef40cf8726d0eae66e37696178c44daf504 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Wed, 6 Dec 2023 15:24:32 -0500 Subject: [PATCH] Add pm2 config --- pm2.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pm2.config.js 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" +};