From 9aaf19758b69ad50e5dff49e46a8a9734eb1949b Mon Sep 17 00:00:00 2001 From: sur4y <42720850+sur4y@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:33:48 +0300 Subject: [PATCH] sync_config script update: sync server packages folder --- src/generators/rojo/sync_config.luau | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/generators/rojo/sync_config.luau b/src/generators/rojo/sync_config.luau index 8458282..1ae946a 100644 --- a/src/generators/rojo/sync_config.luau +++ b/src/generators/rojo/sync_config.luau @@ -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 =