Skip to content

Commit 20ebe8e

Browse files
committed
fix
1 parent 1df83b1 commit 20ebe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async ({ filepath, url, ext }) => {
7979

8080
response.headers.set(
8181
"content-type",
82-
"text/plain",
82+
"application/javascript",
8383
)
8484
response.headers.set(
8585
"x-typescript-types",

0 commit comments

Comments
 (0)