cleanup for merge

This commit is contained in:
rafael-aero
2021-08-18 10:42:24 +02:00
parent bd08938c49
commit 336c3b9400
12 changed files with 27 additions and 49 deletions

View File

@@ -10,7 +10,12 @@ namespace ElectronNET.WebApp
{
public static void Main(string[] args)
{
#if DEBUG
//Uncomment this line to automatically attach the Debugger on launch. This should only be used in development
//Debugger.Launch();
#endif
CreateWebHostBuilder(args).Build().Run();
}