Upload plugin as part of release workflow (#1227)

This commit is contained in:
Micah
2026-02-14 11:10:36 -08:00
committed by GitHub
parent a2adf2b517
commit 9bbb1edd79
11 changed files with 161 additions and 1 deletions

8
.lune/.config.luau Normal file
View File

@@ -0,0 +1,8 @@
return {
luau = {
languagemode = "strict",
aliases = {
lune = "~/.lune/.typedefs/0.10.4/",
},
},
}