live-server-web-extension
live-server-web-extension copied to clipboard
not working with subdomain / wildcard
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