Closed
Description
It could be usefull when debuging to host the server not only on the localhost
but also on network to allow other devices to send request.
For example vite
has a --host
flag for this.
VITE v3.1.3 ready in 399 ms
➜ Local: http://localhost:5173/
➜ Network: http://192.168.1.100:5173/