You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im working with Async bcrypt but always need the --allow-net option with "deno.land" even when i save in cache the dependencies (explicitly i run deno cache --unstable https://deno.land/x/[email protected]/src/worker.ts previously trying to force the cache)
Have some option to avoid the call to "deno.land" in execution time and use the cache? Or i'm missing something?
I think in:
Apps without internet access
Developments where can't use "deno.land" in --allow-net option by security reasons in execution time
Because 'deno.land' will be down at these time.
Thanks for your support!
The text was updated successfully, but these errors were encountered:
Im working with Async bcrypt but always need the
--allow-net
option with "deno.land" even when i save in cache the dependencies (explicitly i rundeno cache --unstable https://deno.land/x/[email protected]/src/worker.ts
previously trying to force the cache)Have some option to avoid the call to "deno.land" in execution time and use the cache? Or i'm missing something?
I think in:
--allow-net
option by security reasons in execution timeThanks for your support!
The text was updated successfully, but these errors were encountered: