diff --git a/packages/adapter-postgres/tsup.config.ts b/packages/adapter-postgres/tsup.config.ts index 0a2dca7627c..9acebc5ba9a 100644 --- a/packages/adapter-postgres/tsup.config.ts +++ b/packages/adapter-postgres/tsup.config.ts @@ -15,7 +15,7 @@ export default defineConfig({ "https", "http", "agentkeepalive", - + "uuid", // Add other modules you want to externalize ], }); diff --git a/packages/adapter-sqlite/tsup.config.ts b/packages/adapter-sqlite/tsup.config.ts index 3383002de17..964bdc86854 100644 --- a/packages/adapter-sqlite/tsup.config.ts +++ b/packages/adapter-sqlite/tsup.config.ts @@ -16,6 +16,7 @@ export default defineConfig({ "http", "agentkeepalive", "@anush008/tokenizers", + "uuid", // Add other modules you want to externalize ], }); diff --git a/packages/adapter-supabase/tsup.config.ts b/packages/adapter-supabase/tsup.config.ts index e42bf4efeae..9acebc5ba9a 100644 --- a/packages/adapter-supabase/tsup.config.ts +++ b/packages/adapter-supabase/tsup.config.ts @@ -15,6 +15,7 @@ export default defineConfig({ "https", "http", "agentkeepalive", + "uuid", // Add other modules you want to externalize ], }); diff --git a/packages/client-auto/tsup.config.ts b/packages/client-auto/tsup.config.ts index a31414b897e..49f33adc5f9 100644 --- a/packages/client-auto/tsup.config.ts +++ b/packages/client-auto/tsup.config.ts @@ -21,6 +21,7 @@ export default defineConfig({ "stream", "buffer", "rpc-websockets", + "@solana/web3.js", // Add other modules you want to externalize ], }); diff --git a/packages/plugin-image-generation/tsup.config.ts b/packages/plugin-image-generation/tsup.config.ts index e42bf4efeae..b5e4388b214 100644 --- a/packages/plugin-image-generation/tsup.config.ts +++ b/packages/plugin-image-generation/tsup.config.ts @@ -15,6 +15,7 @@ export default defineConfig({ "https", "http", "agentkeepalive", + "zod", // Add other modules you want to externalize ], }); diff --git a/packages/plugin-node/tsup.config.ts b/packages/plugin-node/tsup.config.ts index e42bf4efeae..b5e4388b214 100644 --- a/packages/plugin-node/tsup.config.ts +++ b/packages/plugin-node/tsup.config.ts @@ -15,6 +15,7 @@ export default defineConfig({ "https", "http", "agentkeepalive", + "zod", // Add other modules you want to externalize ], }); diff --git a/packages/plugin-starknet/tsup.config.ts b/packages/plugin-starknet/tsup.config.ts index e42bf4efeae..b5e4388b214 100644 --- a/packages/plugin-starknet/tsup.config.ts +++ b/packages/plugin-starknet/tsup.config.ts @@ -15,6 +15,7 @@ export default defineConfig({ "https", "http", "agentkeepalive", + "zod", // Add other modules you want to externalize ], });