Victor Ribeiro
Victor Ribeiro
Has this issue been resolved with [`v7.0.0-beta.0`](https://github.com/nuxt-modules/tailwindcss/releases/tag/v7.0.0-beta.0)? I tried it, but couldn't extend the classes, even from a local layer. Edit: by local, I mean, in my computer but different...
@carsonbird > I think I'm also experiencing this issue, my errors look like: > > ``` > Cannot find module '.../src/.nuxt/imports' > Require stack: > - .../src/node_modules/@nuxtjs/supabase/dist/runtime/server/services/serverSupabaseClient.js > ``` >...
@carsonbird have you tried [ChristopheCorbalan's solution](https://github.com/nuxt-modules/supabase/issues/546#issuecomment-3462077095)? It solved the issue for me, even on 4.2.0. Maybe you'll need to regenerate the lock file.