Skip to content

Commit ecb71cb

Browse files
Fix exporting node and index db storage adapters
1 parent 23dc8e4 commit ecb71cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/attachments/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export * from './Schema.js';
22
export * from './LocalStorageAdapter.js';
3+
export * from './storageAdapters/NodeFileSystemAdapter.js';
4+
export * from './storageAdapters/IndexDBFileSystemAdapter.js';
35
export * from './RemoteStorageAdapter.js';
46
export * from './AttachmentContext.js';
57
export * from './StorageService.js';
6-
export * from './AttachmentQueue.js';
8+
export * from './AttachmentQueue.js';

0 commit comments

Comments
 (0)