mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
Run in development mode by default from Visual Studio
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Jellyfin.Server": {
|
||||
"commandName": "Project"
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"Jellyfin.Server (nowebclient)": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"commandLineArgs": "--nowebclient"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user