diff options
Diffstat (limited to 'Jellyfin.Server/Properties/launchSettings.json')
| -rw-r--r-- | Jellyfin.Server/Properties/launchSettings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Jellyfin.Server/Properties/launchSettings.json b/Jellyfin.Server/Properties/launchSettings.json index 9140f552b9..898819f5f6 100644 --- a/Jellyfin.Server/Properties/launchSettings.json +++ b/Jellyfin.Server/Properties/launchSettings.json @@ -5,6 +5,13 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "Jellyfin.Server (nowebclient)": { + "commandName": "Project", + "commandLineArgs": "--nowebclient", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } } } } |
