Add script for running plugin tests locally

They current fail
This commit is contained in:
Micah
2025-09-23 21:02:23 -07:00
parent 80a381dbb1
commit 7f73ae80dc
5 changed files with 113 additions and 0 deletions

5
.lune/.luaurc Normal file
View File

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