Sync to upstream Jecs (#5)

Reviewed-on: #5
This commit is contained in:
marked 2025-03-02 18:57:27 +01:00
parent 7ac0938235
commit 11277dd6bd
17 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"
}