blob: fa4584553e142ae23802893f8fb94da23feb9a6f [file] [log] [blame]
Matteo Scandolod819c922016-12-02 14:06:14 -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};