Mick Lawitzke
Mick Lawitzke
> I actually like having auto-imports. Having to import things like ref, computed etc. would be super annoying. Your IDE is doing that for you automatically nowadays… The ones who...
Does it really? Without importing anything from #imports ? If yes, I will give it another try. I did a few more simple projects in the meantime with just Vite...
I do not. It works with the example above so in nuxt/nitro config the process env is there?
I dont think you should use any .env file on Cloudflare or other platforms like Render or Vercel? Instead you define the variables in the env settings of the worker.
Thanks for your detailed answer! However `v-model` does implement two-way binding and should receive a `ref()`, not a boolean. The exact same code works when it is part of a...
@Hebilicious Is it possible to limit what file types can be uploaded and what is the max file size? I see there is a `type` property but no file size....
> pdfjs version need to be locked to avoid issue [#142](https://github.com/TaTo30/vue-pdf/issues/142) Is this still the case? How may we optimize bundle size? I would love to use vue-pdf, looks amazing!...
Indeed! I checked the code and it should be farely easy to implement/copy. They use the `compile()` function exported by Tailwind, found here: https://github.com/resend/react-email/blob/chore/try-using-tailwind-v4-at-runtime/packages/tailwind/src/utils/tailwindcss/setup-tailwind.ts Before that, they scan all nodes...
In any case you can start imo! If it is still maintained (which I assume), the PR gets merged. If it is not maintained anymore your fork can be the...
Sorry I think I also had to stick with v3, I am using vue-mailer in my backend (pure Nitro project) and in my frontend (Nuxt) I use v4.