fix: recover first-run live config conflicts

This commit is contained in:
2026-07-28 22:04:44 +09:00
parent 818acad646
commit 80b50c80b3
7 changed files with 195 additions and 15 deletions

View File

@@ -1494,7 +1494,8 @@ function Get-DevelopmentLivePreflight {
# refused. The caller asked to configure Live, so failure is fail-closed.
Remove-DevelopmentLiveAuthorizationFailClosed -Path $authorizationPath
throw (
'Existing Development Live files differ from the exact requested ' +
'[MBN_SETUP_LIVE_CONFIG_REPLACEMENT_REQUIRED] Existing Development ' +
'Live files differ from the exact requested ' +
'endpoint/hash contract. Re-run with -ReplaceLiveConfig.')
}