mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Add debugging profile for running the server without web content
This commit is contained in:
parent
5d48259046
commit
923313bb1c
11
Jellyfin.Server/Properties/launchSettings.json
Normal file
11
Jellyfin.Server/Properties/launchSettings.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Jellyfin.Server": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"Jellyfin.Server (nowebcontent)": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--nowebcontent"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user