Skip to content

Commit 35886e1

Browse files
Skn0ttpieh
andauthored
Update packages/runtime/src/templates/vendor.ts
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 9a2b90d commit 35886e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/runtime/src/templates/vendor.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// it's a list of all external modules that we use,
33
// and we vendor those into the `vendor/` directory
44
// 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.
57

68
import 'https://deno.land/[email protected]/encoding/base64.ts'
79
import 'https://deno.land/[email protected]/http/cookie.ts'

0 commit comments

Comments
 (0)