diff --git a/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts b/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts index 50215c60c..4629376c8 100644 --- a/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts +++ b/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts @@ -84,17 +84,15 @@ function createHostToolKit(options: { tools: TamagotchiToolRegistry }): KitRef void registerHostKits: (host: ExtensionHost) => void tools: TamagotchiToolRegistry dispose: () => void @@ -103,10 +101,6 @@ export function createBuiltInExtensionKitRuntime(options: SetupExtensionHostOpti const tools = new TamagotchiToolRegistry() return { - contributions: [], - attachHost(_host) { - void options.widgetsManager - }, registerHostKits(host) { registerWidgetPluginKit(host) registerGameletPluginKit(host)