blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

All subdomains #38

Closed trymeouteh closed 5 months ago

trymeouteh commented 5 months ago

Is there a way setup a script to work on all subdomains?

For example, I would like live reload to work on all pages on localhost, en.localhost, fr.localhost and de.localhost without making seperate scripts for each subdomain.

trymeouteh commented 5 months ago

I found a solution

Host URL:
*://*.localhost/*

Source File URLs
*://*.localhost/*