diff --git a/modules/rauctions/mod.ts b/modules/rauctions/mod.ts index 840a6609..dd43246f 100644 --- a/modules/rauctions/mod.ts +++ b/modules/rauctions/mod.ts @@ -11,9 +11,9 @@ const routes = new Hono(); routes.get('/', (c) => c.text('rAuctions — coming soon')); export const auctionsModule: RSpaceModule = { - id: 'auctions', + id: 'rauctions', name: 'rAuctions', - icon: '🏛', + icon: '🎭', description: 'Community auctions with USDC', routes, scoping: { defaultScope: 'space', userConfigurable: true }, diff --git a/server/index.ts b/server/index.ts index db9d14d5..8956fa58 100644 --- a/server/index.ts +++ b/server/index.ts @@ -3787,7 +3787,7 @@ async function serveStatic(path: string, url?: URL): Promise { } // ── Module ID aliases (plural/misspelling → canonical) ── -const MODULE_ALIASES: Record = { rsheet: "rsheets" }; +const MODULE_ALIASES: Record = { rsheet: "rsheets", auctions: "rauctions" }; function resolveModuleAlias(id: string): string { return MODULE_ALIASES[id] ?? id; } // ── Standalone domain → module lookup ── diff --git a/server/shell.ts b/server/shell.ts index 0e13b00a..b84310d0 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -16,40 +16,45 @@ const COMPAT_POLYFILLS = `