supercosmic/pm2.config.js

6 lines
96 B
JavaScript
Raw Normal View History

2023-12-06 21:24:32 +01:00
module.exports = {
name: "supercosmic",
script: "index.ts",
interpreter: "~/.bun/bin/bun"
};