uba-server-static
v2.0.1
Published
static server plugin for uba-server
Readme
uba-server-static
Installation
$ npm install uba-server-static -DUsage
Edit the .ubarc file
{
"static": [{
"dir": "src/static"
},{
"dir": "public",
"options":{
"maxAge":"1d"
}
}]
}API
dir
- dir directory string. nothing above this root directory can be served
Look at more https://www.npmjs.com/package/serve-static#api

