This commit is contained in:
cayasde 2025-10-12 22:29:58 +00:00 committed by GitHub
commit 07699ceb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.luaurc
View file

@ -1,10 +1,10 @@
{
"aliases": {
"jecs": "jecs",
"testkit": "tools/testkit",
"mirror": "mirror",
"tools": "tools",
"addons": "addons"
"jecs": "./jecs",
"testkit": "./tools/testkit",
"mirror": "./mirror",
"tools": "./tools",
"addons": "./addons"
},
"languageMode": "strict"
}
}