Skip to content

Commit fa12b49

Browse files
authored
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' ```
1 parent d8a44fb commit fa12b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { connectLambda } from './lambda_compat.ts'
12
export { getDeployStore, getStore } from './store_factory.ts'
23
export { listStores } from './store_list.ts'
34
export type {

0 commit comments

Comments
 (0)