We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this whole repo there is no mention of deno.lock - I'm a bit uncertain how to include it.
deno.lock
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 🤔
deps.ts
I also found this reddit thread, suggesting that deno.jsonc's imports are a better replacement for deps.ts 🤔
deno.jsonc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 fordeps.ts
🤔The text was updated successfully, but these errors were encountered: