Why I am not getting --env="dev" env deployed?
Hi there,
I am using Cloudflare Workers with TanStack Start.
This is my
I deployed the dev env like this:
It get deployed to
I mean it is also for
I am using Cloudflare Workers with TanStack Start.
This is my
wrangler.jsonc:I deployed the dev env like this:
It get deployed to
https://quickdataconverter.itsithu.workers.dev, why not https://quickdataconverter-dev.itsithu.workers.dev?I mean it is also for
prod env.