We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getCloudflareContext()
getClouflareContext retrieves the context from either a worker request (through ALS) or by starting a getPlatformProxy in next dev.
getClouflareContext
getPlatformProxy
next dev
There are a few things we could improve:
WORKER_CONTEXT = true
See:
/cc @dario-piotrowicz @james-elicx
The text was updated successfully, but these errors were encountered:
initOpenNextCloudflareForDev
getCloudflareContext
No branches or pull requests
getClouflareContext
retrieves the context from either a worker request (through ALS) or by starting agetPlatformProxy
innext dev
.There are a few things we could improve:
getClouflareContext
is called outside of a request context (i.e. top level)WORKER_CONTEXT = true
in esbuild to strip the code at build time).See:
/cc @dario-piotrowicz @james-elicx
The text was updated successfully, but these errors were encountered: