FSharp.Formatting
FSharp.Formatting copied to clipboard
Remove root parameter override in watch mode
trafficstars
Summary
- Add optional
watchflag for injecting a URL root into static site content for non-localhostbrowsers - Add case in
if watchto replace root override with the passed URL root - Update injected websocket script to change request protocol based on
window.location
Description
This adds the ability to serve the generated documentation site to browsers not running on localhost. For example, when working in a remote development environment like GitHub Codespaces or an ngrok endpoint.