2.0.1 • Published 6 years ago

uba-server-static v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

uba-server-static

npm version devDependency Status NPM downloads


NPM

Installation

$ npm install uba-server-static -D

Usage

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

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago