Merge pull request #6939 from lbryio/issue-6058
Fix the link to the web server
This commit is contained in:
commit
1e933a2e0d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ You can run the web version (lbry.tv), the electron app, or both at the same tim
|
|||
|
||||
`yarn dev:web`
|
||||
|
||||
- This uses webpack-dev-server and includes hot-reloading. If you want to debug the [web server we use in production](https://github.com/lbryio/lbry-desktop/blob/master/src/platforms/web/server.js) you can run `yarn dev:web-server`. This starts a server at `localhost:1337` and does not include hot reloading.
|
||||
- This uses webpack-dev-server and includes hot-reloading. If you want to debug the [web server we use in production](https://github.com/lbryio/lbry-desktop/blob/master/web/index.js) you can run `yarn dev:web-server`. This starts a server at `localhost:1337` and does not include hot reloading.
|
||||
|
||||
#### Customize the web app
|
||||
|
||||
|
|
Loading…
Reference in a new issue