Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vtr
/
3a5b8e158a1c4790c98ee3f4121ad812683d186a
/
.
/
xos
/
gui
/
conf
/
browsersync-dist.conf.js
blob: fa4584553e142ae23802893f8fb94da23feb9a6f [
file
] [
log
] [
blame
]
const
conf
=
require
(
'./gulp.conf'
);
module
.
exports
=
function
()
{
return
{
server
:
{
baseDir
:
[
conf
.
paths
.
dist
]
},
open
:
false
};
};