yarn pretty
This commit is contained in:
parent
d36226e82c
commit
986611ff2a
2 changed files with 7 additions and 4 deletions
|
@ -34,7 +34,8 @@ endpoint:
|
|||
api: "http://localhost:8080"
|
||||
```
|
||||
|
||||
(Another [example](https://github.com/ente-io/ente/blob/main/cli/config.yaml.example))
|
||||
(Another
|
||||
[example](https://github.com/ente-io/ente/blob/main/cli/config.yaml.example))
|
||||
|
||||
## Web appps and Photos desktop app
|
||||
|
||||
|
@ -46,5 +47,5 @@ connect to. For example:
|
|||
NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 yarn dev:photos
|
||||
```
|
||||
|
||||
For more details, see [hosting the web
|
||||
app](https://help.ente.io/self-hosting/guides/web-app).
|
||||
For more details, see
|
||||
[hosting the web app](https://help.ente.io/self-hosting/guides/web-app).
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Hosting the web app
|
||||
description: Building and hosting Ente's web app, connecting it to your self-hosted server
|
||||
description:
|
||||
Building and hosting Ente's web app, connecting it to your self-hosted
|
||||
server
|
||||
---
|
||||
|
||||
# Web app
|
||||
|
|
Loading…
Add table
Reference in a new issue