From a7906644edf29aa8fa9bde722a91124c6e109547 Mon Sep 17 00:00:00 2001 From: cayasde Date: Sun, 12 Oct 2025 18:01:54 -0400 Subject: [PATCH] chore: fix aliases paths in luau manifest --- .luaurc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.luaurc b/.luaurc index 1d36832..de966b2 100755 --- a/.luaurc +++ b/.luaurc @@ -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" -} +} \ No newline at end of file