refactor: use full mime lib

This commit is contained in:
Derrick Hammer 2024-03-16 12:03:42 -04:00
parent f22a7ba511
commit 64a453923a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import mime from "mime/lite";
import mime from "mime";
import path from "path";
import { trimPrefix } from "./string.js";