Skip to content

Commit bbb13b4

Browse files
committed
core => core-plugin-v2
1 parent bd8abe2 commit bbb13b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
format: ['esm'], // Ensure you're targeting CommonJS,
99
dts: true,
1010
external: [
11-
'@elizaos/core',
11+
'@elizaos/core-plugin-v2',
1212
'dotenv', // Externalize dotenv to prevent bundling
1313
'fs', // Externalize fs to use Node.js built-in module
1414
'path', // Externalize other built-ins if necessary

0 commit comments

Comments
 (0)