Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a test using pnpm with deployment to vercel #222

Open
AhmedElywa opened this issue Jun 12, 2022 · 1 comment
Open

Create a test using pnpm with deployment to vercel #222

AhmedElywa opened this issue Jun 12, 2022 · 1 comment

Comments

@AhmedElywa
Copy link
Contributor

We got an issue #189. At this issue the nexus-prisma generated code try to import @prisma/client from path not found.
the issue was because using pnpm package manager creating his own paths to the npm packages.
The fix we did was looking into the @prisma/client output path and if we found it's into the .pnpm folder we will use the direct import @prisma/client

But now we not have an way to test if this fix working or now. We need to add an test to test the pnpm with vercel

@AhmedElywa
Copy link
Contributor Author

I did a live test and it's working now good https://nexus-full-test.vercel.app

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant