timhanlon
timhanlon
Add `formkit.config.{js,ts}` to the content array in your Tailwind config. Was just scratching my head about this one myself.
Since D1 hit public alpha, I've been trying to get something happening based on @marshallswain's discussion. This WIP ESM preset is working, but as discussed, needs a way to access...
@joshkoppang I eventually got it to build: https://stillearly.io/article/how-i-got-solana-working-with-nuxt-3/
Chiming in just in case this helps anyone. I was stuck on the same `@formkit/auto-animate` issue as @leo91000. I added a setupFile mocking ResizeObserver (based on the IntersectionObserver mock I...
Ah, I wasn't aware that external domains on Pages was an option. Couple of things: - This requires the customer to CNAME to mysaas.pages.dev rather than customers.mysaas.com - SSL for...
@Ain477 Here's the workaround I'm using at the moment, in case it helps. It's a self-hosted setup and it loses the CI/CD, but I can use all the Nuxt Hub...