Added app startup for the frontend
This commit is contained in:
9
Moonlight.Client/Interfaces/IAppStartup.cs
Normal file
9
Moonlight.Client/Interfaces/IAppStartup.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
|
||||
namespace Moonlight.Client.Interfaces;
|
||||
|
||||
public interface IAppStartup
|
||||
{
|
||||
public Task BuildApp(WebAssemblyHostBuilder builder);
|
||||
public Task ConfigureApp(WebAssemblyHost app);
|
||||
}
|
||||
Reference in New Issue
Block a user