Skip to content

Instantly share code, notes, and snippets.

@cxmeel
Last active February 19, 2024 23:01
Show Gist options
  • Save cxmeel/d6b3658fdc4e67629afe17c7d5561d02 to your computer and use it in GitHub Desktop.
Save cxmeel/d6b3658fdc4e67629afe17c7d5561d02 to your computer and use it in GitHub Desktop.
Bundling lune projects and building to standalone binary
{
"bundle": {
"require_mode": "path",
"excludes": [ "@lune/**" ]
},
"generator": "dense"
}
aftman add --global seaofvoices/darklua
darklua process ./lune/init.luau ./out/build.luau --config ./.darklua.json
lune build ./out/build.luau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment