You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I use prisma without data proxy? If my output path is "generated/client", I reference the index.js and I get an "error: Uncaught ReferenceError: exports is not defined" error
The text was updated successfully, but these errors were encountered:
I came across the same problem. I want to use deno and prisma with a local postgresql without any cloud service or serveless environment. Just one docker container running the application (deno with prisma) and one the database (postgresql).
Can I use prisma without data proxy? If my output path is "generated/client", I reference the index.js and I get an "error: Uncaught ReferenceError: exports is not defined" error
The text was updated successfully, but these errors were encountered: