mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-16 13:45:07 +00:00
cleanup for merge
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user