NordSecurity / storyblok-rich-text-astro-renderer

Storyblok Rich Text Renderer for Astro
MIT License
24 stars 6 forks source link

Fix types export after Vite v5 bump #110

Closed edvinasjurele closed 9 months ago

edvinasjurele commented 9 months ago

Fixes types exporting after the previous chore bumps https://github.com/NordSecurity/storyblok-rich-text-astro-renderer/pull/94/files#diff-1e946220773aef913945326261b7ee8d08b8ec29ccc66ef7c348950439212ffbR59

The main cause was that vite options changed from build.outputDir to build.outDir https://vitejs.dev/config/build-options.html#build-outdir

When looking into packages themselves: