aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Properties/launchSettings.json
AgeCommit message (Collapse)Author
2020-09-28Created a separate API Docs profile to launch the browser at the API docs, ↵spookbits
and the nowebclient profile no longer launches the browser at all. Don't point to web in the client because it won't redirect properly. Modified the vscode launch.json to automatically launch the browser when debugging the first configuration. The
2020-09-16Update Jellyfin.Server/Properties/launchSettings.jsonspooksbit
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
2020-03-21Run in development mode by default from Visual StudioMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-15Add debugging profile for running the server without web contentMark Monteiro