Initial push

This commit is contained in:
marked 2024-11-12 16:33:33 +01:00
commit 6a08d8d7f4
8 changed files with 2118 additions and 0 deletions

8
.luaurc Normal file
View file

@ -0,0 +1,8 @@
{
"aliases": {
"jecs": "src",
"testkit": "testkit",
"mirror": "mirror",
},
"languageMode": "strict"
}