traefik/webui/conf/browsersync.conf.js
2016-07-27 16:16:02 +02:00

14 lines
197 B
JavaScript
Executable file

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