top | item 33336291

(no title)

jridgewell | 3 years 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.

discuss

order

rattray|3 years ago

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