refactor: use full mime lib
This commit is contained in:
parent
f22a7ba511
commit
64a453923a
|
@ -1,4 +1,4 @@
|
|||
import mime from "mime/lite";
|
||||
import mime from "mime";
|
||||
import path from "path";
|
||||
|
||||
import { trimPrefix } from "./string.js";
|
||||
|
|
Loading…
Reference in New Issue