Is there a way I can setup subdomains with browse-sync. I'd like to point subdomain.devbox.dev -> localhost
Is this possible?
Subdomains are supported, yes.
$ browser-sync start --proxy subdomain.devbox.dev
Hi @shakyShane
I know that it is possible to setup to subdomains as you pointed above. I'm just wondering if for example my project has many subdomain for example blog.example.dev, www.example.dev, admin.example.dev and so on. If I edit something is it possible to reload for any subdomains? Or maybe if I edit something in asset/admin, then it reload the admin.example.dev?
@kevintanjung Did you work that out?
Most helpful comment
Hi @shakyShane
I know that it is possible to setup to subdomains as you pointed above. I'm just wondering if for example my project has many subdomain for example
blog.example.dev,www.example.dev,admin.example.devand so on. If I edit something is it possible to reload for any subdomains? Or maybe if I edit something inasset/admin, then it reload theadmin.example.dev?