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

Support Vendoring Deno Deps #21

Open
adkron opened this issue May 9, 2023 · 1 comment
Open

Support Vendoring Deno Deps #21

adkron opened this issue May 9, 2023 · 1 comment

Comments

@adkron
Copy link
Collaborator

adkron commented May 9, 2023

We might want to vendor deno dependencies for production environments, and we can ensure that the scripts don't reach out in production for deps by adding support for --no-remote to the run command.

For more information.

https://deno.com/manual@v1.32.5/tools/vendor

@adkron
Copy link
Collaborator Author

adkron commented May 9, 2023

We also need to support --import-map to force using vendor resources.

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

1 participant