where is config.json file?
Petabyte918 opened this issue · 2 comments
Petabyte918 commented
where is config.json file?
/server/config.json ??
jonahs99 commented
It should be a json file with a port field and a list of maps. E.g.
{
"port": 3000,
"map": ["./maps/organic.json"]
}
Petabyte918 commented
thanks bro 👍