docs: link to CORS docs in inspector connect screen (#37)

This commit is contained in:
Nathan Flurry 2026-01-29 23:59:23 -08:00 committed by GitHub
parent fdad5fb30a
commit 0ae99e97d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,9 +97,7 @@ const ConnectScreen = ({
</button>
<p className="hint">
Start the server with CORS enabled for browser access:
<br />
<code>sandbox-agent server --cors-allow-origin {window.location.origin}</code>
Having trouble connecting? See the <a href="https://sandboxagent.dev/docs/cors" target="_blank" rel="noreferrer">CORS documentation</a>.
</p>
</div>
</div>