From 60210aad7504595a6bd63403a556d45dd9a3b1b6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 21 Sep 2023 14:26:21 +0200 Subject: [PATCH] chore(module): allow key extend in `app.config` --- src/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module.ts b/src/module.ts index 369eaa3b..2f122f86 100644 --- a/src/module.ts +++ b/src/module.ts @@ -21,6 +21,7 @@ type UI = { gray?: string colors?: string[] strategy?: Strategy + [key: string]: any } & DeepPartial declare module 'nuxt/schema' {