-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
I just want to use the sendFile
decorator without serving any files automatically, so I set serve: false
. However, I still need to provide a valid path to root
, otherwise checkRootPathForErrors
complains. Now I resort to creating a dummy directory in tmpdir() just to keep this plugin happy, which seems a bit silly.
I think if serve: false
is defined, checkRootPathForErrors
should not be called at all.
Motivation
No response
Example
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers