Skip to content
New issue

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

Async Worker without --allow-net=deno.land #21

Closed
lcoronelp opened this issue Jul 31, 2021 · 2 comments
Closed

Async Worker without --allow-net=deno.land #21

lcoronelp opened this issue Jul 31, 2021 · 2 comments

Comments

@lcoronelp
Copy link

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!

@ausgomez
Copy link

Hi,

Do you have your Deno updated to the latest?

@itohatweb
Copy link
Contributor

You should not have any problems after #20 has been merged. Since this PR removes every dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants