From fac9ac8f122222237008c849646e32220cf9dedb Mon Sep 17 00:00:00 2001 From: xion Date: Wed, 25 Jun 2025 19:11:33 +0800 Subject: [PATCH] test --- src/module/get-content-type.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/module/get-content-type.ts b/src/module/get-content-type.ts index 9107db4..5171bf3 100644 --- a/src/module/get-content-type.ts +++ b/src/module/get-content-type.ts @@ -10,6 +10,8 @@ export const getTextContentType = (ext: string) => { '.mjs', '.map', '.json5', + '.pem', + '.crt', ]; const include = textContentTypes.includes(ext); if (!include) {