Cache imports in deno.json
Is there a way to cache imports defined in deno.json?
I am hoping to avoid additional deps.ts file.
I am able to cache main.ts before the run command but in Docker it takes much longer to cache everything and unable to leverage docker layering efficiently.
1 Reply
vendor