Explorar el Código

Add debugging profile for running the server without web content

Mark Monteiro hace 5 años
padre
commit
923313bb1c
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      Jellyfin.Server/Properties/launchSettings.json

+ 11 - 0
Jellyfin.Server/Properties/launchSettings.json

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