public code v1

This commit is contained in:
2026-05-22 09:58:02 +02:00
commit 9669f6520f
35 changed files with 9665 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
module.exports = {
apps: [{
name: "manager",
script: "./manager/index.js",
watch: true
},
{
name: "verifier",
script: "./verifier/index.js",
watch: true
},
{
name: "storage",
script: "./storage/index.js",
ignore_watch: ["phonendo_db"],
watch: true
},
{
name: "reader",
script: "./reader/index.js",
watch: true
},
{
name: "publisher",
script: "./publisher/index.js",
watch: true
}
]
}