What about deno.lock?
Opened this issue · 0 comments
tennox commented
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
🤔