You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want all requests to resolve to a base path (i.e. http://localhost:3030/basepath) without having to place all files into a src/basepath sub-directory, use the -b flag:
nws -b basepath
This means allows you to mount the server on different path contexts.
The text was updated successfully, but these errors were encountered:
Thanks for the effort you've put into researching this, but I think the project is already way too complex. In turn, I don't think it's good idea to support such an edge case.
Hi leo, can you document how to implement this using rewrites or redirects? It seems like it should be straightforward to do so but I haven't been able to do it correctly.
As per nws docs
This means allows you to mount the server on different path contexts.
The text was updated successfully, but these errors were encountered: