maestrano/mnoe-admin-panel

View on GitHub
conf/browsersync-dist.conf.js

Summary

Maintainability
A
0 mins
Test Coverage
const conf = require('./gulp.conf');

module.exports = function () {
  return {
    port: 7001,
    ui: {
      port: 7002
    },
    server: {
      baseDir: [
        conf.paths.dist
      ]
    },
    open: false
  };
};