fastify-static icon indicating copy to clipboard operation
fastify-static copied to clipboard

Plugin for serving static files as fast as possible

Results 18 fastify-static issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Fastify version 3.19.0...

semver-minor
good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue The...

bug
good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

stale

## 🚀 Feature Proposal With an optional render function for dirlist we could change the results for the json output by either removing files we don't want to show (filter...

semver-minor
good first issue

It looks like passing a glob to wildcard was a breaking change in the 4.x release (https://github.com/fastify/fastify-static/pull/175), but it's unclear why it was removed. It's an extremely valuable feature and...

semver-minor
good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Maybe...

discussion

For Fastify v5, background: https://github.com/fastify/fastify/issues/5061 Opened this as it is now to get early feedback & insight. Used a class rather than an interface or type since the type needs...