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
When trying to run the server using Bun, I get a warning asking me to state a compatibility date, which I do not wish to add to my config.
According to this doc. I must only mention the compatibility date on the Cloudflare worker environment.
Am I missing something?? Is this supposed to happen?
Additional context
No response
Logs
WARN No valid compatibility date is specified.
❯ Do you want to auto update config file to set compatibilityDate: '2024-12-01'?
● Yes / ○ No
The text was updated successfully, but these errors were encountered:
My current environment shouldn't require a compatibility date. As I mentioned in the issue description, I get a warning when running a new nitro project, which should differ from the case as I am not using Cloudflare workers.
It should just run like any new express project without warning for a not-required configuration.
Compatibility date is e.g. used to for behavior changes of providers (think of e.g. the vercel or CF preset having a breaking change) without pushing a new major version all the time for these changes. Also talked about it here.
Environment
bun: v1.1.38
nitropack: latest
Reproduction
Steps:
Describe the bug
When trying to run the server using Bun, I get a warning asking me to state a compatibility date, which I do not wish to add to my config.
According to this doc. I must only mention the compatibility date on the Cloudflare worker environment.
Am I missing something?? Is this supposed to happen?
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: