From 7807ded369522ba2b58cb608225d68dda8240fb8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 11 May 2026 10:48:38 +0200 Subject: [PATCH] fix(core): please the typescript gods --- packages/core/src/cli/commands/serve.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/cli/commands/serve.ts b/packages/core/src/cli/commands/serve.ts index 9f4d8d0..18fd562 100644 --- a/packages/core/src/cli/commands/serve.ts +++ b/packages/core/src/cli/commands/serve.ts @@ -68,7 +68,7 @@ async function serve(args: ParsedArgs) { { watch: true, c12: { - async onUpdate({ getDiff, newConfig }: unknown) { + async onUpdate({ getDiff, newConfig }: any) { const diff = getDiff() if (diff.length === 0) {