We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2dff commit d4abbdaCopy full SHA for d4abbda
worker/handlers/handleRead.ts
@@ -1,7 +1,7 @@
1
import { decode, isLegalUrl, WorkerError } from "../common.js"
2
import { getDocPage } from "../pages/docs.js"
3
import { verifyAuth } from "../pages/auth.js"
4
-import mime from "mime/lite"
+import mime from "mime"
5
import { makeMarkdown } from "../pages/markdown.js"
6
import { makeHighlight } from "../pages/highlight.js"
7
import { getPaste, getPasteMetadata, PasteMetadata, PasteWithMetadata } from "../storage/storage.js"
0 commit comments