transit 2022-12-27

Any tips for viewing transit in the network tab of Chrome’s devtools? It’s hard to read visually there compared to using JSON.

You can use it with :json-verbose to prevent caching of some values.

I’ll try that out. Thanks!