Manav Rathi 571d721925
[desktop] Fix broken nightly builds due to ajv
I'm not sure why it started happening now. Earlier I thought it was because of
this - https://github.com/ente-io/ente/pull/2969 - but that was a red-herring (I
think!), instead this likely got triggered because of
eff78a1d33.

This change fixed the issue locally, will see if it works on CI too.

Workaround from:
https://github.com/ajv-validator/ajv/issues/2443#issuecomment-2147026958
2024-08-27 12:00:40 +05:30
..
2024-03-30 18:06:58 +05:30
2024-03-11 17:29:39 +05:30
2024-07-15 21:59:16 +05:30

Developer docs

If you just want to run the Ente Photos desktop app locally or develop it, you can do:

yarn install
yarn dev

The docs in this directory provide more details that some developers might find useful. You might also find the developer docs for web useful.