This commit is contained in:
2024-07-26 12:59:11 +05:00
commit b3e6ff5e9c
856 changed files with 30776 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
apps: [
{
name: "irth-client:4001",
script: "yarn",
args: "preview --host",
},
],
};