wking-io / elm-live

⚡ A flexible dev server for Elm. Live reload included.
https://elm-live.com
MIT License
1.05k stars 61 forks source link

Only certain known filetypes are served #252

Open smarwei opened 3 years ago

smarwei commented 3 years ago

For example, a file named test.conf will be accessible, while test.cfg will simply redirect to index.html.

Is it intended to be that way?