Skip to content

feat(compare): enable local compare targets by default in Development#101

Merged
georgidhristov merged 1 commit into
mainfrom
feature/development-local-compare-targets
Jun 1, 2026
Merged

feat(compare): enable local compare targets by default in Development#101
georgidhristov merged 1 commit into
mainfrom
feature/development-local-compare-targets

Conversation

@georgidhristov
Copy link
Copy Markdown
Collaborator

Closes #62

Summary

Enable local compare targets by default when running in the Development environment.

Changes

  • Changed AllowLocalCompareTargets to support environment-based defaults.
  • Automatically enables local compare targets in Development.
  • Keeps local compare targets disabled by default in non-development environments.
  • Preserves explicit user configuration when AllowLocalCompareTargets is set.

Result

  • Easier local development setup.
  • Secure defaults remain for staging and production.
  • Existing explicit configurations continue to work as expected.

@georgidhristov georgidhristov merged commit 9ddeaf4 into main Jun 1, 2026
1 check passed
@georgidhristov georgidhristov deleted the feature/development-local-compare-targets branch June 1, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable local compare targets automatically in Development environment

1 participant