UNPKG

file-server-plus

Version:
9 lines (7 loc) 141 B
const path=require('path') let config={ host:'localhost', port:65500, root:path.resolve(__dirname) } module.exports = config;