Skip to content

Commit

Permalink
temp fix pipine broken
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Mar 20, 2024
1 parent ec5c8f0 commit 7b4ad45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Totoro.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ public partial class App : Application, IEnableLogger
config.SetBasePath(Package.Current.InstalledLocation.Path)
.AddJsonFile("appsettings.json");
}

#if DEBUG
config.AddJsonFile("appsettings.Development.json");
#endif
})
.ConfigureServices((context, services) =>
{
Expand Down

0 comments on commit 7b4ad45

Please sign in to comment.