Eptagone / Vite.AspNetCore

Small library to integrate Vite into ASP.NET projects
MIT License
243 stars 34 forks source link

Allow host to be configured #27

Closed bbrandt closed 1 year ago

bbrandt commented 1 year ago

Allow working with something like:

bbrandt commented 1 year ago

This could be a kind of obscure case, but long ago we setup DNS CNAME's for "local" and "*.local" in our domain that points to 127.0.0.1 and we have dev automation to add a certificate for these domains. It would help us out if we could customize "host" for this case. Thanks!