blob: 49936d48cb19c00a43d9dfb3f8999cbbae84737e [file] [log] [blame]
const conf = require('./gulp.conf');
module.exports = function () {
return {
server: {
baseDir: [
conf.paths.tmp,
conf.paths.src
]
},
open: false
};
};