sharding-framework/options.jsonc

29 lines
736 B
Plaintext

{
"clientPath": "client/Client.js", // Client (script that is ran in the child process) path relative to root dir
"logger": {
// See https://git.corgi.wtf/Navy.gif/logger for config reference
"customTypes": [],
"customStreams": [
"debug"
],
"customTypeMapping": {
"debug": "debug"
},
"customColours": {},
"logLevel": 0,
"logLevelMapping": {},
"broadcastLevel": 4,
"pruneDays": 7
},
"shardOptions": {
"totalShards": "auto",
"respawn": true,
"execArgv": [
"--enable-source-maps"
],
"debug": true
},
"client": {
"developmentMode": true
}
}