We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5940f6 commit 6bb1e01Copy full SHA for 6bb1e01
typescript-sdk/integrations/mastra/tsup.config.ts
@@ -1,7 +1,10 @@
1
import { defineConfig } from "tsup";
2
3
export default defineConfig({
4
- entry: ["src/index.ts"],
+ entry: {
5
+ index: "src/index.ts",
6
+ copilotkit: "src/copilotkit.ts",
7
+ },
8
format: ["cjs", "esm"],
9
dts: true,
10
splitting: false,
0 commit comments