From 5aafab118f2bddaccfe74eeaf3cd8da394c90ec7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 22 Jul 2025 12:14:14 -0400 Subject: wip: tui api --- scripts/stainless | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'scripts/stainless') diff --git a/scripts/stainless b/scripts/stainless index 3c868c9b8..9a0d0f698 100755 --- a/scripts/stainless +++ b/scripts/stainless @@ -10,18 +10,7 @@ for arg in "$@"; do fi done -echo "Starting opencode server on port 4096..." -bun run ./packages/opencode/src/index.ts serve --port 4096 & -SERVER_PID=$! - -echo "Waiting for server to start..." -sleep 3 - -echo "Fetching OpenAPI spec from http://127.0.0.1:4096/doc..." -curl -s http://127.0.0.1:4096/doc > openapi.json - -echo "Stopping server..." -kill $SERVER_PID +bun run ./packages/opencode/src/index.ts generate > openapi.json echo "Running stl builds create..." stl builds create --branch dev --pull --allow-empty --targets go -- cgit v1.2.3