From 4b335ad0a42c9ad6565d2e379ea0700b89e9cada Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 24 Jul 2024 20:29:33 +0200 Subject: [PATCH] build(package): add file-type and multer dependencies Added new dependencies 'file-type' and 'multer' in pnpm-lock.yaml and package.json. These additions will assist in file handling and multipart form data processing. --- .idea/inspectionProfiles/Project_Default.xml | 2 +- package.json | 2 + pnpm-lock.yaml | 65 ++++++++++++++++++++ 3 files changed, 68 insertions(+), 1 deletion(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 29d5104..156e3b5 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,7 +3,7 @@