mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-17 06:05:53 +00:00
Add simple socket auth via stdin exchange
This commit is contained in:
@@ -11,6 +11,7 @@ namespace ElectronNET.WebApp
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Debugger.Launch();
|
||||
Electron.ReadAuth();
|
||||
CreateWebHostBuilder(args).Build().Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user