Francisco Ramos
Francisco Ramos
Did u try with https://nuxt.com/docs/api/configuration/nuxt-config#asyncentry
I don think is confusing, from the docs: https://fresh.deno.dev/docs/concepts/islands > Islands enable client side interactivity in Fresh. Islands are isolated Preact components that are rendered on the server and then...
> I think based on the fact that multiple people are confused (who presumably took the time to try to understand, since they took the time to give feedback), that...
Deno cli and deno deploy are not the same runtime
https://deno.com/blog/npm-on-deno-deploy 🔥
I think the new release includes this fix: https://github.com/denoland/fresh/pull/1841 so maybe after the new release ¿?
It also happens with NITRO_PRESET=deno
I jus tried on local an deploy and seems to be working with MongoDB Atlas serverless deno v1.37 ```ts import { MongoClient } from "npm:mongodb" import { ulid } from...
Yeah, making zod/hono external with esm.sh or using npm fixes the issue, thanks!