This commit is contained in:
2025-05-03 19:55:15 +05:00
parent a1abce429d
commit 1e7b088d30
7 changed files with 347 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
name: "node-currency-rates-bot",
script: "bun ./dist/index.js",
};