ente/desktop/docs/dependencies.md

15 lines
555 B
Markdown
Raw Normal View History

2024-03-11 11:58:01 +00:00
# Dependencies
See [web/docs/dependencies.md](../../web/docs/dependencies.md) for general web
specific dependencies. See [electron.md](electron.md) for our main dependency,
Electron. The rest of this document describes the remaining, desktop specific
dependencies that are used by the Photos desktop app.
2024-03-12 12:08:39 +00:00
## Electron related
### next-electron-server
This spins up a server for serving files using a protocol handler inside our
Electron process. This allows us to directly use the output produced by `next
build` for loading into our renderer process.