UNPKG

nodejs-static-server

Version:
9 lines (8 loc) 170 B
module.exports = { hostname: 'test.yy.com', port: 4000, root: process.cwd(), compress: (filePath) => { return /\.(js|css|html|json|md)$/.test(filePath) } }