fix(lib): require lib first

This commit is contained in:
Ryan 2025-03-10 20:18:12 -04:00
parent 09543b2dcd
commit 6d8ce9b2be
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -4,11 +4,11 @@ HttpAddress = "127.0.0.1:8080"
Owners = { "ErrorNoInternet" }
for _, module in ipairs({
"lib",
"automation",
"enum",
"events",
"inventory",
"lib",
"movement",
"utils",
}) do