Commit fdea96d
committed
Add support for .mjs files
Right now these are served as application/octect-stream
The latest mime module with latest mime-db thought
would serve them as application/javascript.
This would enable direct .mjs access without needing
?module or runtime transpilations.1 parent d3f3aa6 commit fdea96d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments