浏览代码

Add debugging profile for running the server without web content

Mark Monteiro 5 年之前
父节点
当前提交
923313bb1c
共有 1 个文件被更改,包括 11 次插入0 次删除
  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"
+    }
+  }
+}