From 2660c5f460afd5fe8e3759209727f7619cb51288 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Fri, 2 Aug 2024 22:20:20 +0200 Subject: [PATCH] chore: fix typescript error (#734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ๐Ÿ”— Linked issue ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) - [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue) - [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality) - [ ] โœจ New feature (a non-breaking change that adds functionality) - [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries) - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change) ### ๐Ÿ“š Description Fixes the CI errors. --- packages/storybook-addon/src/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/storybook-addon/src/preview.ts b/packages/storybook-addon/src/preview.ts index c2925442..c7cb891a 100644 --- a/packages/storybook-addon/src/preview.ts +++ b/packages/storybook-addon/src/preview.ts @@ -42,6 +42,7 @@ setup(async (vueApp, storyContext) => { } // Provide the config of the Nuxt app + // @ts-expect-error internal Nuxt property window.__NUXT__ = { serverRendered: false, config: {