build
build copied to clipboard
feat: populate Blobs context in build plugins
Summary
Populates the Blobs context in the build plugins execution environment, so that build plugins can interact with Blobs without having to initialise the client with access credentials and API addresses. It makes the experience consistent with the functions and edge functions entry points.
Closes COM-542.
This pull request adds or modifies JavaScript (.js
, .cjs
, .mjs
) files.
Consider converting them to TypeScript.