feat: automatically align Git repository origin host with configured server URL to prevent mismatches

This commit is contained in:
2026-03-08 11:28:00 +03:00
parent 603256eeaf
commit c7e9b5b6c5
6 changed files with 261 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
let {
dashboardId,
envId = null,
currentBranch = 'main',
currentBranch = $bindable('main'),
} = $props();
// [/SECTION]