Skip to content

Commit 3854f1e

Browse files
authored
Merge pull request #2021 from elizaOS/fix-letzAI-build-issues
fix: letzAi build issues
2 parents 71180ba + 37f8d2e commit 3854f1e

File tree

5 files changed

+785
-747
lines changed

5 files changed

+785
-747
lines changed

packages/plugin-anyone/src/actions/startAnyone.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
State,
77
type Action,
88
} from "@elizaos/core";
9-
import axios from "axios";
109
import { AnyoneClientService } from "../services/AnyoneClientService";
1110
import { AnyoneProxyService } from "../services/AnyoneProxyService";
1211

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)