We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd76ce commit 6735cd4Copy full SHA for 6735cd4
bots/translateBot/ecosystem.config.cjs
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ apps : [{
3
+ name : "translate bot",
4
+ script : "npm run dev",
5
+ }]
6
+}
0 commit comments