Regarding the https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata/ I j

Regarding the https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata/

I just want to make sure I'm not missing something and that what I'm seeing is intentional... when running
wrangler dev --remote
the
id
and tag are empty and
timestamp
is garbage:
{
  "id": "",
  "tag": "",
  "timestamp": "0001-01-01T00:00:00Z"
}
Was this page helpful?