sstur / nbit

A zero-dependency, strongly-typed web framework for Bun, Node and Cloudflare workers
65 stars 4 forks source link

JS file mime type is not getting set correctly #11

Closed usaccounts closed 1 year ago

usaccounts commented 1 year ago

The mimeTypeList needs extensions to be comma separated, but js and mjs are separately defined.

sstur commented 1 year ago

Oh wow, good catch! Fixed in v0.12.1