feat(config): add 'custom' module

This commit is contained in:
utox39
2025-08-10 00:38:42 +02:00
parent d55af958e7
commit f3c9b6e9a6

View File

@@ -26,6 +26,7 @@ pub const ModuleType = enum {
net,
terminal,
locale,
custom,
};
pub fn getModulesTypes(allocator: std.mem.Allocator, config: ?std.json.Parsed(Config)) !std.ArrayList(ModuleType) {