From b2fcc05da4e4ccdc4a30e4b4028373dac84165e8 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 11 Dec 2023 07:10:31 +0000 Subject: [PATCH] chore: pm2 config --- ecosystem.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..f61c3c1 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,5 @@ +module.exports = { + name: "guilded-shields", + script: "src/index.ts", + interpreter: "~/.bun/bin/bun" +} \ No newline at end of file