Thomas_BERNE

Results 10 comments of Thomas_BERNE

> Honestly it doesn't seem like Vuelidate has great support for typescipt at all. The Validators all expect type `unknown` , the only way around that i've found is to...

I found a workaround by adding this in nuxt.config.ts: ``` build: { optimization: { runtimeChunk: true, splitChunks: { name: true, cacheGroups: { styles: { name: 'styles', test: /.(css|vue)$/, chunks: 'all',...

Why is this PR still a WIP?

The same for nuxt bridge. It doesn't seems there is support about it.

The vuetify 3 beta has been released. Any news to add compatibility for Nuxt 3 ?

Found a solution that works here: https://github.com/unjs/h3/issues/127

Does anyone here have a solution for nuxt bridge? I can't transfer to nuxt 3 yet and I want to add a sitemap.xml generated by code.

It looks like the storage_opt option was discontinued for docker compose 3.X.