Add debugging profile for running the server without web content

pull/2601/head
Mark Monteiro 4 years ago
parent 5d48259046
commit 923313bb1c

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