browser-sync.config.js 131 Bytes
module.exports = {
	"proxy": "tenzing-web-2023/",
	"notify": false,
	"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
};