feat: publish codex retry gateway
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$nodeScript = Join-Path $scriptDir "test-launch-ui-unix.mjs"
|
||||
|
||||
node $nodeScript
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
exit $LASTEXITCODE
|
||||
}
|
||||
Reference in New Issue
Block a user