ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

not working with subdomain / wildcard #69

Open abanghendri opened 3 years ago

abanghendri commented 3 years ago

Hi, I'm trying to build SaaS with laravel with this domain schema central : http://localhost:8000 tenant : http://tenant.localhost:8000

this extension working fine on central app, but not working with tenant app I've tried using wildcard on extension setting like these

Actual Server Address:
http://*.localhost:8000/
Live Server Address:
http://*.localhost:5500/

and all the combination of these wildcards

How to configure properly to use this extension with subdomain? thanks in advance