naxodev / oss

Open Source Software (OSS) projects by naxodev
https://naxo.dev
MIT License
19 stars 1 forks source link

fix: compatibility warning on deploy #43

Closed NachoVazquez closed 4 months ago

NachoVazquez commented 4 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

When deploying an application with the nx-cloudflare plugin we always get a warning from wrangler saying that we didn't set up the compatibility_date on the wrangler.toml which is not correct.

If we deploy directly the warning is not there.

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information