diff options
| author | Dax Raad <[email protected]> | 2025-07-22 12:14:14 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-22 12:15:50 -0400 |
| commit | 5aafab118f2bddaccfe74eeaf3cd8da394c90ec7 (patch) | |
| tree | 4d2dcb5d02bd90382d6da4083a2be3c69a361676 /scripts | |
| parent | 01f8d3b05dee77614203df6da06a8693fecf3fbf (diff) | |
| download | opencode-5aafab118f2bddaccfe74eeaf3cd8da394c90ec7.tar.gz opencode-5aafab118f2bddaccfe74eeaf3cd8da394c90ec7.zip | |
wip: tui api
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/stainless | 13 |
1 files changed, 1 insertions, 12 deletions
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 |
