turned evmgr into a module

modules that require getting events will need to have "evmgr" as a
dependency
This commit is contained in:
Ponali
2025-10-15 13:52:28 +02:00
parent e1270d7bd7
commit a020229a69
4 changed files with 85 additions and 92 deletions
+1
View File
@@ -70,6 +70,7 @@ require("/halyde/kernel/modload.lua")
package.preload("component")
package.preload("computer")
package.preload("log")
package.preload("event")
if not filesystem.exists("/halyde/config/startupapps.json") then
filesystem.copy("/halyde/config/generate/startupapps.json", "/halyde/config/startupapps.json")