supercosmic/pm2.config.cjs

6 lines
100 B
JavaScript
Raw Permalink Normal View History

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