blob: fa4584553e142ae23802893f8fb94da23feb9a6f [file] [log] [blame]
Matteo Scandoloe19fa102017-03-09 15:38:59 -08001const conf = require('./gulp.conf');
2
3module.exports = function () {
4 return {
5 server: {
6 baseDir: [
7 conf.paths.dist
8 ]
9 },
10 open: false
11 };
12};