UNPKG

anchundan

Version:
19 lines 418 B
let path = require('path'); const config = { timeout:0, static:{ root:path.join(__dirname,"../static"), option:{ setHeaders:(res,path)=>{ if(path.indexOf('html')){ res.setHeader('Content-Type',"text/html"); } }, extensions:true } }, sequelize:{ }, core:[] } module.exports = config;