mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
feat(tui): modes
This commit is contained in:
parent
ba5be6b625
commit
ce4cb820f7
20 changed files with 430 additions and 87 deletions
|
|
@ -9,8 +9,8 @@ SERVER_PID=$!
|
|||
echo "Waiting for server to start..."
|
||||
sleep 3
|
||||
|
||||
echo "Fetching OpenAPI spec from http://localhost:4096/doc..."
|
||||
curl -s http://localhost:4096/doc > openapi.json
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue