#!/usr/bin/env node /** * Copies third-party browser libraries out of node_modules into public/vendor/. * * Workers Static Assets are served verbatim — nothing in public/ goes through a * bundler — so a library from npm has to be physically present there. Keeping * it a copy step (rather than a checked-in blob or a CDN