mirror of
https://github.com/Ukendio/jecs.git
synced 2025-11-14 15:32:53 +00:00
Merge a7906644ed into 07593a4b99
This commit is contained in:
commit
58b7b76310
1 changed files with 6 additions and 6 deletions
12
.luaurc
12
.luaurc
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"jecs": "jecs",
|
"jecs": "./jecs",
|
||||||
"testkit": "tools/testkit",
|
"testkit": "./tools/testkit",
|
||||||
"mirror": "mirror",
|
"mirror": "./mirror",
|
||||||
"tools": "tools",
|
"tools": "./tools",
|
||||||
"addons": "addons"
|
"addons": "./addons"
|
||||||
},
|
},
|
||||||
"languageMode": "strict"
|
"languageMode": "strict"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue