feat: list discoverable modules in creation wizard

This commit is contained in:
reaper
2026-08-14 12:19:50 -05:00
parent 31e6150ecd
commit f6c2bbfad6
7 changed files with 69 additions and 7 deletions
+5
View File
@@ -171,6 +171,11 @@ export interface AuroraModuleInstallResult {
installedPath: string
}
export interface AuroraAvailableModule {
manifest: AuroraModuleManifest
sourcePath: string
}
export interface AuroraAddonRegistryEntry {
title: string
github_url: string