ente/docs
Manav Rathi 64d5834b6a Remove Turbo
- yarn classic workspaces already do what we need

- The main benefit of turbo, the cache, is already disabled on dev builds. On
  production builds, turbo doesn't support `next build` (this is mentioned in
  Vercel's docs).

- We're not using their remote cache

- Maybe there is a monorepo size when the yarn workspace approach gets
  unwieldly, but I feel we're not near that point.

Will bring it back if it gets missed.
2024-02-17 09:21:25 +05:30
..
Dependencies.md Update docs 2024-02-16 22:05:56 +05:30
Dev.md Remove Turbo 2024-02-17 09:21:25 +05:30
README.md Update docs 2024-02-16 22:05:56 +05:30

Notes for maintainers

If you just want to run ente locally or develop on it, you can do

yarn
yarn dev:photos

The notes in this directory are for maintainers to note down more advanced or infrequently needed details.