Files
irth-new-client/pm2.config.js
T
2025-05-03 19:55:15 +05:00

5 lines
90 B
JavaScript

module.exports = {
name: "node-currency-rates-bot",
script: "bun ./dist/index.js",
};