In this whole repo there is no mention of deno.lock - I'm a bit uncertain how to include it.
Also, do I have to import stuff into a deps.ts file in order to do the caching as described?
Feels like a weird way to define dependencies 🤔
I also found this reddit thread, suggesting that deno.jsonc's imports are a better replacement for deps.ts 🤔
In this whole repo there is no mention of
deno.lock- I'm a bit uncertain how to include it.Also, do I have to import stuff into a
deps.tsfile in order to do the caching as described?Feels like a weird way to define dependencies 🤔
I also found this reddit thread, suggesting that
deno.jsonc's imports are a better replacement fordeps.ts🤔