From f31d58cc6e558adaf805b6910d8c74a235c38238 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 16 Jul 2025 16:34:01 +0100 Subject: [PATCH] Bundle p-map --- apps/webapp/remix.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/webapp/remix.config.js b/apps/webapp/remix.config.js index 9f6dc8c4fb1..624a767460f 100644 --- a/apps/webapp/remix.config.js +++ b/apps/webapp/remix.config.js @@ -14,6 +14,7 @@ module.exports = { "marked", "axios", "p-limit", + "p-map", "yocto-queue", "@unkey/cache", "@unkey/cache/stores",