Problem
The external services guide currently references these example env files without the leading dot:
apps/api/env.example
apps/worker/env.example
In the repository, the actual files are:
apps/api/.env.example
apps/worker/.env.example
This can trip up new contributors following the minimum local setup path from docs/external-services.md.
Suggested fix
Update the two references in docs/external-services.md to include the leading dot, matching the README Quick Start and the actual files in the repo.
Problem
The external services guide currently references these example env files without the leading dot:
apps/api/env.exampleapps/worker/env.exampleIn the repository, the actual files are:
apps/api/.env.exampleapps/worker/.env.exampleThis can trip up new contributors following the minimum local setup path from
docs/external-services.md.Suggested fix
Update the two references in
docs/external-services.mdto include the leading dot, matching the README Quick Start and the actual files in the repo.