We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128cdec commit 48615c1Copy full SHA for 48615c1
src/utils/wrangler.mjs
@@ -25,6 +25,8 @@ export function generateWrangler(hub, nitro) {
25
26
if (hub.bindings?.compatibilityDate) {
27
wrangler['compatibility_date'] = hub.bindings.compatibilityDate
28
+ } else {
29
+ wrangler['compatibility_date'] = new Date().toISOString().split('T')[0]
30
}
31
32
if (hub.ai) {
0 commit comments