Kaynağa Gözat

Add debugging profile for running the server without web content

Mark Monteiro 5 yıl önce
ebeveyn
işleme
923313bb1c
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  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"
+    }
+  }
+}