Skip to content

Commit bd537d2

Browse files
author
Jonathan Morales Velez
committed
fix: add default export to plugin-image-generation
1 parent 472eca8 commit bd537d2

File tree

1 file changed

+2
-0
lines changed
  • packages/plugin-image-generation/src

1 file changed

+2
-0
lines changed

packages/plugin-image-generation/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,5 @@ export const imageGenerationPlugin: Plugin = {
354354
evaluators: [],
355355
providers: [],
356356
};
357+
358+
export default imageGenerationPlugin;

0 commit comments

Comments
 (0)