browser-sync.config.js 142 Bytes
module.exports = {
	"proxy": "http://msf-climate-hub.test/",
	"notify": false,
	"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
};