Hi,
The Nuxt 3 example project only works in dev. When building the project and running the build I get the following error:
Cannot find module 'PATH_TO_PROJECT_ON_MACHINE/prisma-examples/generator-prisma-client/nuxt3-starter-nodejs/.output/server/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm'. The WASM module does exist in the node_modules folder of the project. It seems that the build somehow ignores the WASM module.
Steps to reproduce:
- Clone repo
- Follow the steps in the README for the setup
- Run a build using
pnpm build
- Run a preview of the production build using
pnpm preview