Karel Koudelka

Results 4 comments of Karel Koudelka

I just tested this, however it was not working for me. I updated the package to `0.2.8`, added `prefix: 'ads-'` in `tailwind.config.ts`. Intellisense now shows correct classes: ![image](https://github.com/user-attachments/assets/cb3225fd-5f24-43fc-b9bf-000ab484e891) For instance,...

Hey @wyattjoh, I understand, however could you point me in the right direction? I have no idea why the error is logged twice (even without patching the internal logger; this...

Updating `next.config.ts` worked for me (turbopack and yarn v4): ```ts const nextConfig: NextConfig = { ... serverExternalPackages: ["pino"], }; ```