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: ts/elevenlabs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Successfully updated development secret ElevenLabsAPIKey.
39
39
encore run
40
40
```
41
41
42
-
While `encore run` is running, open <http://localhost:4000/> to view the ElevenLabs playground frontend.
42
+
While `encore run` is running, open [http://localhost:4000](http://localhost:4000) to view the ElevenLabs playground frontend.
43
43
44
44
You can also access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash) on <http://localhost:9400/> to view traces, API documentation, and more.
While `encore run` is running, open <http://localhost:9400/> to access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash).
59
+
While `encore run` is running, open [http://localhost:9400](http://localhost:9400) to access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash).
60
60
61
61
Here you can see API docs, make requests in the API explorer, and view traces of the responses.
62
62
@@ -68,7 +68,7 @@ To see that your app is running, you can ping the API to shorten a url.
0 commit comments