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

@@ -15,8 +15,8 @@
let {
title = "",
class: className = "",
subtitle,
actions,
subtitle = null,
actions = null,
...rest
} = $props();
// [/SECTION: PROPS]