mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 03:03:18 +00:00
docs: link to CORS docs in inspector connect screen
This commit is contained in:
parent
fdad5fb30a
commit
b304f90293
1 changed files with 1 additions and 3 deletions
|
|
@ -97,9 +97,7 @@ const ConnectScreen = ({
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<p className="hint">
|
<p className="hint">
|
||||||
Start the server with CORS enabled for browser access:
|
Having trouble connecting? See the <a href="https://sandboxagent.dev/docs/cors" target="_blank" rel="noreferrer">CORS documentation</a>.
|
||||||
<br />
|
|
||||||
<code>sandbox-agent server --cors-allow-origin {window.location.origin}</code>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue