Hacker News new | ask | show | jobs
by jridgewell 1325 days ago
Documentation here is one of the areas we need to work on. There's a bit in https://github.com/vercel/turbo/blob/main/architecture.md#tu...

A small example of code that uses this is https://github.com/vercel/turbo/blob/main/crates/turbo-tasks..., which defines how we can load a `.env` file using FS read caching, cached `read` and `read_all` functions, etc.

1 comments

Ah, very helpful/interesting – thank you! Seems neat.