Skip to content

Commit

Permalink
Update README.md (All-Hands-AI#323)
Browse files Browse the repository at this point in the history
Frontend readme updated - for terminal section
  • Loading branch information
808vita authored Mar 29, 2024
1 parent 33f6787 commit 7448d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ To learn React, check out the [React documentation](https://reactjs.org/).

The OpenDevin terminal is powered by [Xterm.js](https://github.com/xtermjs/xterm.js).

The terminal listens for events over a WebSocket connection. The WebSocket URL is specified by the environment variable `REACT_APP_TERMINAL_WS_URL` (prepending `REACT_APP_` to environment variable names is necessary to expose them).
The terminal listens for events over a WebSocket connection. The WebSocket URL is specified by the environment variable `VITE_TERMINAL_WS_URL` (prepending `VITE_` to environment variable names is necessary to expose them).

A simple websocket server can be found in the `/server` directory.

0 comments on commit 7448d91

Please sign in to comment.