This commit is contained in:
2026-06-26 20:42:38 -04:00
commit a332e85658
134 changed files with 17288 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export const apps = [
{
name: "poem-bot",
script: "dist/index.cjs",
interpreter: "node",
instances: 1,
watch: false,
},
];