chore: fix aliases paths in luau manifest

This commit is contained in:
cayasde 2025-10-12 18:01:54 -04:00
parent 57e653fa78
commit a7906644ed

12
.luaurc
View file

@ -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"
} }