We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8abe2 commit bbb13b4Copy full SHA for bbb13b4
1 file changed
tsup.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
format: ['esm'], // Ensure you're targeting CommonJS,
9
dts: true,
10
external: [
11
- '@elizaos/core',
+ '@elizaos/core-plugin-v2',
12
'dotenv', // Externalize dotenv to prevent bundling
13
'fs', // Externalize fs to use Node.js built-in module
14
'path', // Externalize other built-ins if necessary
0 commit comments