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

fix: include connectLambda in dist #156

Merged
merged 1 commit into from Mar 8, 2024
Merged

fix: include connectLambda in dist #156

merged 1 commit into from Mar 8, 2024

Commits on Mar 8, 2024

  1. fix: include connectLambda in dist

    The NPM package doesn't include the `connectLambda` function causing an error like:
    
    ```
    ✘ [ERROR] No matching export in "node_modules/@netlify/blobs/dist/main.js" for import "connectLambda"
    
        netlify/functions/api.ts:4:8:
          4 │ import {connectLambda} from '@netlify/blobs'
    ```
    hrishikesh-k committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fa12b49 View commit details
    Browse the repository at this point in the history