Accidentaly deleted Program.cs added back
This commit is contained in:
		
							parent
							
								
									b67973cb68
								
							
						
					
					
						commit
						b57e021657
					
				
							
								
								
									
										20
									
								
								src/Connected.Components.Showcase.Runner/Program.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								src/Connected.Components.Showcase.Runner/Program.cs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | |||||||
|  | using Connected.Components.Showcase.Runner; | ||||||
|  | using Microsoft.AspNetCore.Components.Web; | ||||||
|  | using Microsoft.AspNetCore.Components.WebAssembly.Hosting; | ||||||
|  | using Connected.Services; | ||||||
|  | 
 | ||||||
|  | internal class Program | ||||||
|  | { | ||||||
|  | 	private static async global::System.Threading.Tasks.Task Main(string[] args) | ||||||
|  | 	{ | ||||||
|  | 		var builder = WebAssemblyHostBuilder.CreateDefault(args); | ||||||
|  | 		builder.RootComponents.Add<App>("#app"); | ||||||
|  | 		builder.RootComponents.Add<HeadOutlet>("head::after"); | ||||||
|  | 
 | ||||||
|  | 		builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) }); | ||||||
|  | 
 | ||||||
|  | 		builder.Services.AddModalDialogService(); | ||||||
|  | 
 | ||||||
|  | 		await builder.Build().RunAsync(); | ||||||
|  | 	} | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 markosteger
						markosteger