Add debugging profile for running the server without web content

This commit is contained in:
Mark Monteiro 2020-03-15 17:49:13 +01:00
parent 5d48259046
commit 923313bb1c

View file

@ -0,0 +1,11 @@
{
"profiles": {
"Jellyfin.Server": {
"commandName": "Project"
},
"Jellyfin.Server (nowebcontent)": {
"commandName": "Project",
"commandLineArgs": "--nowebcontent"
}
}
}