sharding-framework/options.jsonc

9 lines
228 B
Plaintext
Raw Normal View History

2024-03-31 12:46:28 +02:00
{
"clientPath": "client/Client.js", // Client (script that is ran in the child process) path relative to root dir
"logger": {},
"shardOptions": {
"totalShards": "auto",
"":""
},
"client": {}
}