[CmdletBinding()] param() Set-StrictMode -Version Latest $ErrorActionPreference = "Stop" & (Join-Path $PSScriptRoot "dev-up.ps1") -SkipInfra