Skip to content

Commit 04cd5c4

Browse files
committed
feat: add mime type for jsonl file ext
1 parent 6572f00 commit 04cd5c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/file.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ export const COMMON_MIME_TYPES = new Map([
435435
['json', 'application/json'],
436436
['json5', 'application/json5'],
437437
['jsonld', 'application/ld+json'],
438+
// https://jsonlines.org/
439+
['jsonl', 'application/jsonl'],
438440
['jsonml', 'application/jsonml+json'],
439441
['jsx', 'text/jsx'],
440442
['jxr', 'image/jxr'],

0 commit comments

Comments
 (0)