-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: integrate the OpenNext server #140
Conversation
|
commit: |
packages/cloudflare/src/cli/templates/cache-handler/open-next-cache-handler.ts
Outdated
Show resolved
Hide resolved
packages/cloudflare/src/cli/build/open-next/createServerBundle.ts
Outdated
Show resolved
Hide resolved
packages/cloudflare/src/cli/build/patches/investigated/copy-package-cli-files.ts
Show resolved
Hide resolved
Co-authored-by: Pete Bacon Darwin <[email protected]>
Thanks for the review! |
@dario-piotrowicz @james-elicx @petebacondarwin Here is what I have been working on.
/cc @conico974 - I will never thank you enough for all the support!
disclaimers:
I have only updated the
middleware
example, this is how I test it (fromexamples/middleware
):You might see errors related to the cache - it is expected (this PR has more info)
There is still some cleanup to do:
Then we should work on the cache implementation.