This commit is contained in:
2025-10-06 23:16:10 -06:00
commit b08cd869f1
6 changed files with 12 additions and 0 deletions

0
.gitignore vendored Normal file
View File

5
.luaurc Normal file
View File

@@ -0,0 +1,5 @@
{
"aliases": {
"lune": "~/.lune/.typedefs/0.10.3/"
}
}

0
LICENSE Normal file
View File

0
README.md Normal file
View File

7
rokit.toml Normal file
View File

@@ -0,0 +1,7 @@
# This file lists tools managed by Rokit, a toolchain manager for Roblox projects.
# For more information, see https://github.com/rojo-rbx/rokit
# New tools can be added by running `rokit add <tool>` in a terminal.
[tools]
lune = "lune-org/lune@0.10.3"

0
src/init.luau Normal file
View File