Skip to content

Commit

Permalink
fix: add default export to plugin-image-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Morales Velez committed Jan 4, 2025
1 parent 472eca8 commit bd537d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-image-generation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,5 @@ export const imageGenerationPlugin: Plugin = {
evaluators: [],
providers: [],
};

export default imageGenerationPlugin;

0 comments on commit bd537d2

Please sign in to comment.