blob: 49936d48cb19c00a43d9dfb3f8999cbbae84737e [file] [log] [blame]
Matteo Scandolofc4b37b2017-02-02 12:18:47 -08001const conf = require('./gulp.conf');
2
3module.exports = function () {
4 return {
5 server: {
6 baseDir: [
7 conf.paths.tmp,
8 conf.paths.src
9 ]
10 },
11 open: false
12 };
13};