-
Notifications
You must be signed in to change notification settings - Fork 32
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
add defineCloudflareConfig
utility
#412
Conversation
🦋 Changeset detectedLatest commit: 53e43d2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
@conico974 what I'm doing here is very close to Do you think that this API makes sense? or do you think that we should try to align things more? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just few nit
Do you think that this API makes sense? or do you think that we should try to align things more?
Yeah i think it makes perfect sense, this is enough. If people needs more complex options they can just provide their own open-next.config.ts
defineConfig
utilitydefineCloudflareConfig
utility
b52ba04
to
70735e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
a43210a
to
541ba8c
Compare
this change adds a new `defineConfig` utility that developers can use in their `open-next.config.ts` file to easily generate a configuration compatible with the adapter
this change adds a new `defineConfig` utility that developers can use in their `open-next.config.ts` file to easily generate a configuration compatible with the adapter
Co-authored-by: Victor Berchet <victor@suumit.com>
Co-authored-by: James Anderson <james@eli.cx>
Co-authored-by: Victor Berchet <victor@suumit.com>
1ebc5ec
to
77d2a25
Compare
this change adds a new
defineCloudflareConfig
utility that developers can use in theiropen-next.config.ts
file to easily generate a configuration compatible with the adapterDocs PR: opennextjs/docs#84
resolves #114