// BrowserSync configuration for air-light theme module.exports = { proxyUrl: 'https://airdev.test', ssl: { key: '/var/www/certs/localhost-key.pem', cert: '/var/www/certs/localhost.pem' } };