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

Stub or polyfill NodeJS dependencies for Prisma client #268

Open
NathanFlurry opened this issue May 15, 2024 — with Linear · 1 comment
Open

Stub or polyfill NodeJS dependencies for Prisma client #268

NathanFlurry opened this issue May 15, 2024 — with Linear · 1 comment
Assignees

Comments

Copy link
Member

Motivation

We need to have NodeJS compat enabled for the given runtime at the moment, when OpenGB should be able to run in a vanilla ECMA Script context.

Implementation

Primsa client currently requires node:buffer and node:process. These probably are only referenced in unreachable code or need to be polyfilled (which is easy).

Copy link

linear bot commented May 15, 2024

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

2 participants