Describe the bug
After upgrading to the latest version (0.8.18), deployments using npx nuxthub deploy or when building locally with pnpm build fail with the following error:
.nuxt/dist/server/server.mjs (21:18): "diff" is not exported by "node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs", imported by ".nuxt/dist/server/server.mjs".
Environment:
OS: MacOS 15.3.1
Nuxt: 3.15.4
Wrangler: 3.109.2
Steps to reproduce
Steps to reproduce the behavior:
- Upgrade nuxthub to latest version
- Run npx nuxthub deploy / pnpm build