-
It seems cloudflare zone id is required for deployment. Does that mean that a custom domain is required? I don't want to attach a custom domain to my project just yet. Is it possible to use workers.dev for testing/prototyping stage? |
Beta Was this translation helpful? Give feedback.
Answered by
koistya
Jun 25, 2023
Replies: 1 comment 1 reply
-
@hypzz yes, just remove Referencehttps://developers.cloudflare.com/workers/wrangler/configuration/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hypzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hypzz yes, just remove
zone_id
fromwrangler.toml
and addworkers_dev = true
:https://github.com/kriasoft/react-starter-kit/blob/a131f504916cefa46fcd1dd4ff66e5d753970f24/edge/wrangler.toml#L13C1-L15
Reference
https://developers.cloudflare.com/workers/wrangler/configuration/