tooling/bins/argon/init.luau
Arid 1fdc4ebe93 feat(bins): include argon bin (#1)
Co-authored-by: Arid <118916772+AridDev@users.noreply.github.com>
Co-authored-by: Erica Marigold <hi@devcomp.xyz>
2024-12-01 00:09:55 +05:30

7 lines
345 B
Text

-- TODO: Make use of returned exit code. Currently this script will get
-- required by a pesde generated linker script, and due to a lune bug,
-- exiting from within a required module causes a non-winding panic
-- See https://github.com/lune-org/lune/pull/247 for more details
require("./lune_packages/core")("argon-rbx/argon", _G.PESDE_ROOT)