I'd like to second this. This was completely the default assumption of compatibility required when setting up prod/dev testing environments.
What I expect:
Assume we own "domain.com".
domain.com - pulls from git main branch
test.domain.com - pulls from git dev branch
This is not possible at...