Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate config for preview_urls #7227

Merged
merged 3 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. feat(wrangler): create separate config for workers_dev_previews

    The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `workers_dev_previews` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `wrangler_dev_previews` defaults to true, and does not implicitly depend on routes the way `wrangler_dev` does.
    taylorlee authored and WalshyDev committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ce7540b View commit details
    Browse the repository at this point in the history
  2. Rename to preview_urls

    WalshyDev committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6687d0e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update .changeset/famous-mayflies-knock.md

    Co-authored-by: emily-shen <[email protected]>
    WalshyDev and emily-shen authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a0c2336 View commit details
    Browse the repository at this point in the history