Skip to content

Commit

Permalink
fix letzAI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 8, 2025
1 parent 71180ba commit 0b4e677
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 746 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-letzai/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const letzAiImageGeneration = {
],
};

const letzAIPlugin = {
export const letzAIPlugin = {
name: "letzai",
actions: [letzAiImageGeneration],
};
Expand Down
8 changes: 3 additions & 5 deletions packages/plugin-letzai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"extends": "../core/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": [
"node"
]
"rootDir": "./src",
"declaration": true
},
"include": [
"src/**/*.ts"
"src"
]
}
1 change: 0 additions & 1 deletion packages/plugin-letzai/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default defineConfig({
"https",
"http",
"agentkeepalive",
"zod",
// Add other modules you want to externalize
],
});
Loading

0 comments on commit 0b4e677

Please sign in to comment.