feat(tui): modes

This commit is contained in:
adamdottv 2025-07-10 09:53:18 -05:00
parent ba5be6b625
commit ce4cb820f7
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
20 changed files with 430 additions and 87 deletions

View file

@ -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