You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ For more information regarding CRA configuration and usage, see the official [do
12
12
13
13
To run the UI on the bundled development server, run `yarn run start`. Navigate your browser to `http://localhost:5000`.
14
14
15
+
To enable errors inspector module export env var: `REACT_APP_ENABLE_ERRORS_INSPECTOR=true`, then run `yarn start`.
16
+
15
17
#### Reverse Proxy configuration
16
18
17
19
The default setup expects that the Conductor Server API will be available at `localhost:8080/api`. You may select an alternate port and hostname, or rewrite the API path by editing `setupProxy.js`. Note that `setupProxy.js` is used ONLY by the development server.
0 commit comments