diff --git a/artifacts/api-server/build.ts b/artifacts/api-server/build.ts index e5f6896..8fc5399 100644 --- a/artifacts/api-server/build.ts +++ b/artifacts/api-server/build.ts @@ -10,6 +10,7 @@ const __dirname = path.dirname(__filename); // which helps cold start times without risking some // packages that are not bundle compatible const allowlist = [ + "@anthropic-ai/sdk", "@google/generative-ai", "axios", "connect-pg-simple", @@ -26,6 +27,8 @@ const allowlist = [ "nanoid", "nodemailer", "openai", + "p-limit", + "p-retry", "passport", "passport-local", "pg",