I had an issue deploying to nuxt hub with prisma erroring, adding this to my nuxt config fixed it: ```ts nitro: { experimental: { wasm: true } } ``` https://github.com/prisma/prisma/issues/23500#issuecomment-2147548083 Created this issue to help others that might run into this, maybe we specify this has to happen in the docs?