sync_config script update: sync server packages folder

This commit is contained in:
sur4y 2025-02-10 01:33:48 +03:00
parent 7d2dd1964e
commit 9aaf19758b

View file

@ -104,6 +104,17 @@ return function(
}
end
-- If the config tree does not include pesde's downloaded roblox server dependencies
-- directory, we add it as an optional one for the future, once server dependencies
-- are installed
if not syncConfigTree["roblox_server_packages"] then
syncConfigTree["roblox_server_packages"] = {
["$path"] = {
optional = "roblox_server_packages",
},
}
end
-- Finally, we serialize the config to a JSON string and optionally write it
-- to the sync config path
local serializedConfig =