Add pm2 config

This commit is contained in:
Hri7566 2023-12-06 15:24:32 -05:00
parent e90446afda
commit 28c59ef40c
1 changed files with 5 additions and 0 deletions

5
pm2.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
name: "supercosmic",
script: "index.ts",
interpreter: "~/.bun/bin/bun"
};