forked from SW/traefik
Move webui to FountainJS with Webpack
This commit is contained in:
13
webui/conf/browsersync.conf.js
Executable file
13
webui/conf/browsersync.conf.js
Executable file
@@ -0,0 +1,13 @@
|
||||
const conf = require('./gulp.conf');
|
||||
|
||||
module.exports = function () {
|
||||
return {
|
||||
server: {
|
||||
baseDir: [
|
||||
conf.paths.tmp,
|
||||
conf.paths.src
|
||||
]
|
||||
},
|
||||
open: false
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user