roblox-project-template/.pesde/roblox_sync_config_generator.luau
marked 8ee75b96ed
Some checks are pending
CI / Analyze (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Styling (push) Waiting to run
Initial push
2024-11-11 19:35:24 +01:00

4 lines
No EOL
222 B
Text

local process = require("@lune/process")
local home_dir = if process.os == "windows" then process.env.userprofile else process.env.HOME
require(home_dir .. "/.pesde/scripts/lune/rojo/roblox_sync_config_generator.luau")