Sync to upstream Jecs (#6)

Reviewed-on: #6
This commit is contained in:
marked 2025-03-02 19:16:28 +01:00
parent cb4be9d556
commit 3a4871916f
11 changed files with 3002 additions and 0 deletions

8
jecs/.luaurc Normal file
View file

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