Init WebCG

This commit is contained in:
2026-08-12 14:21:28 +09:00
commit 5c01660f97
170 changed files with 46248 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module.exports = {
apps : [
{
'name': 'GC1',
'script': 'server.js',
'args': 'config.json'
},
{
'name': 'GC2',
'script': 'server.js',
'args': 'config2.json'
}
]
};