Skip to content

Commit 60ad1c7

Browse files
committed
fix: mime type
1 parent 13f6c9a commit 60ad1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export class Server {
162162
contents: [
163163
{
164164
text: JSON.stringify(result),
165+
mimeType: "application/json",
165166
uri: uri.href,
166167
},
167168
],

0 commit comments

Comments
 (0)