first
This commit is contained in:
12
gulpfile.js/config/browser-sync.js
Normal file
12
gulpfile.js/config/browser-sync.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const server = require('./server');
|
||||
|
||||
module.exports = {
|
||||
port: server.DEV_PORT,
|
||||
proxy: `http://localhost:${server.STATIC_PORT}`,
|
||||
ui: {
|
||||
port: server.DASHBOARD_PORT,
|
||||
},
|
||||
open: true,
|
||||
ghostMode: false,
|
||||
logPrefix: 'SYNC',
|
||||
};
|
||||
Reference in New Issue
Block a user