From 141af9a651853bcd160040142789fc656da903a5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 22 Nov 2023 22:13:45 +0000 Subject: [PATCH] fix: augment #app rather than #app/nuxt --- packages/nc-gui/nuxt-shim.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/nuxt-shim.d.ts b/packages/nc-gui/nuxt-shim.d.ts index 3acf4287d9..d16d5ad759 100644 --- a/packages/nc-gui/nuxt-shim.d.ts +++ b/packages/nc-gui/nuxt-shim.d.ts @@ -3,7 +3,7 @@ import type { UseGlobalReturn } from './composables/useGlobal/types' import type { NocoI18n } from './lib' import type { TabType } from './composables' -declare module '#app/nuxt' { +declare module '#app' { interface NuxtApp { $api: BaseAPI /** {@link import('./plugins/tele') Telemetry} */