leajs-files
v0.1.0
Published
Serves files
Downloads
321
Readme
leajs-files
Plugin of leajs.
Serves files.
leajs.config
module.exports = {
// …
// Lookup to translate a url into a filepath
// $item ([Object, String]) Folder options, can be used as a shortcut for folders.$item.file
// $item.file (String) Filepath, absolute or relative to CWD
files: {}, // Object
// …
}
License
Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.