fix(stage-tamagotchi): forgot to export ServerChannel

This commit is contained in:
Neko Ayaka
2026-03-11 00:04:11 +08:00
parent e211d1fafc
commit 0f8ad59901
@@ -325,3 +325,5 @@ export async function createServerChannelService(params: { serverChannel: Server
}
})
}
export type { Server as ServerChannel }