Open nihildeb opened 9 years ago
Adds the possibility to pass an options table as is in connect's static file handler.
.use(require('weblit-static')('./docroot', {index = 'index.html'}))
it feels a little hacky, but I didn't want to change the existing behavior.
Adds the possibility to pass an options table as is in connect's static file handler.
it feels a little hacky, but I didn't want to change the existing behavior.