Skip to content

Commit

Permalink
add wasm mime type to 0serve
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Aug 23, 2024
1 parent 759cbd3 commit 8d8b9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/0serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const types = {
jpeg: 'image/jpeg',
gif: 'image/gif',
json: 'application/json',
xml: 'application/xml'
xml: 'application/xml',
wasm: 'application/wasm'
}

const root = path.normalize(path.resolve('./'))
Expand Down

0 comments on commit 8d8b9f5

Please sign in to comment.