param( [string]$DatabaseUrl = "postgres://postgres:postgres%402025%21@10.0.0.2:5432/termi-api_development" ) $ErrorActionPreference = "Stop" $repoRoot = Split-Path -Parent $MyInvocation.MyCommand.Path $devScript = Join-Path $repoRoot "dev.ps1" & $devScript -Only backend -DatabaseUrl $DatabaseUrl exit $LASTEXITCODE