diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 5923fedff..8627a965f 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -22,6 +22,8 @@ const nextConfig = { serverExternalPackages: [ "yaml", "zod", + "@aoagents/ao-core", + "better-sqlite3", ], webpack: (config, { isServer }) => { if (process.platform === "win32") {