Add pm2 config
This commit is contained in:
parent
e90446afda
commit
28c59ef40c
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
name: "supercosmic",
|
||||
script: "index.ts",
|
||||
interpreter: "~/.bun/bin/bun"
|
||||
};
|
Loading…
Reference in New Issue