You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't have any index.html in folder you are serving with dynamicServe (or deeply nested index.html), then if url is pointing to a directory and you have set noIndexHtml option to true, then request will end with 404.
It is great when you don't want to do unwanted stuff.
Separated package into @ublitzjs/static (sendFile + basicSendFile) AND @ublitzjs/static/serving (analyzeFolder + staticServe + "similar") for different developers' needs
added several keywords to package.json for easier lookup on NPM