fix(core): please the typescript gods

This commit is contained in:
ayo 2026-05-11 10:48:38 +02:00
parent bd07c9adf8
commit 7807ded369

View file

@ -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) {