static-middleware v0.3.0
·
29 commits
to main
since this release
-
BREAKING CHANGE: Now uses
@remix-run/responsefor file and HTML responses instead of@remix-run/fetch-router/response-helpers. The@remix-run/responsepackage is now a peer dependency. -
Add
listFilesoption to generate a directory listing when a directory is requested.staticFiles('./public', { listFiles: true })