We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2b90d commit 35886e1Copy full SHA for 35886e1
packages/runtime/src/templates/vendor.ts
@@ -2,6 +2,8 @@
2
// it's a list of all external modules that we use,
3
// and we vendor those into the `vendor/` directory
4
// for consumption in other files.
5
+// Vendoring happens automatically as part of runtime `build` script.
6
+// You can trigger just vendoring without full package build by running `build:vendor` script.
7
8
import 'https://deno.land/[email protected]/encoding/base64.ts'
9
import 'https://deno.land/[email protected]/http/cookie.ts'
0 commit comments