introduced the 'mime' config option, addresses #3

This commit is contained in:
Lloyd Brookes
2014-08-24 22:42:59 +01:00
parent c7b6c8da20
commit 3b5a0cac6f
6 changed files with 30 additions and 4 deletions

View File

@ -26,5 +26,10 @@
"serve-static": "^1.2.2",
"stream-log-stats": "^0.1.0",
"typical": "^1.0.0"
},
"local-web-server": {
"mime": {
"text/plain": ["php"]
}
}
}