From 301f554e90203a181e6f615dc9eacc0e04b18ac6 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 9 Mar 2026 22:23:13 +0800 Subject: [PATCH] chore(stage-tamagotchi): use satisfies so that intellisense works --- apps/stage-tamagotchi/electron-builder.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-tamagotchi/electron-builder.config.ts b/apps/stage-tamagotchi/electron-builder.config.ts index 6af91563e..fce1fe8ad 100644 --- a/apps/stage-tamagotchi/electron-builder.config.ts +++ b/apps/stage-tamagotchi/electron-builder.config.ts @@ -150,4 +150,4 @@ export default { owner: 'moeru-ai', repo: 'airi', }, -} as Configuration +} satisfies Configuration