Skip to content

Commit 0b4e677

Browse files
committed
fix letzAI issues
1 parent 71180ba commit 0b4e677

File tree

4 files changed

+785
-746
lines changed

4 files changed

+785
-746
lines changed

packages/plugin-letzai/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export const letzAiImageGeneration = {
258258
],
259259
};
260260

261-
const letzAIPlugin = {
261+
export const letzAIPlugin = {
262262
name: "letzai",
263263
actions: [letzAiImageGeneration],
264264
};

packages/plugin-letzai/tsconfig.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"extends": "../core/tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"rootDir": "src",
6-
"types": [
7-
"node"
8-
]
5+
"rootDir": "./src",
6+
"declaration": true
97
},
108
"include": [
11-
"src/**/*.ts"
9+
"src"
1210
]
1311
}

packages/plugin-letzai/tsup.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default defineConfig({
1515
"https",
1616
"http",
1717
"agentkeepalive",
18-
"zod",
1918
// Add other modules you want to externalize
2019
],
2120
});

0 commit comments

Comments
 (0)