aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web.Client/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShareGuard.Web.Client/Program.cs')
-rw-r--r--ShareGuard.Web.Client/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShareGuard.Web.Client/Program.cs b/ShareGuard.Web.Client/Program.cs
new file mode 100644
index 0000000..91db88a
--- /dev/null
+++ b/ShareGuard.Web.Client/Program.cs
@@ -0,0 +1,5 @@
+using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
+
+var builder = WebAssemblyHostBuilder.CreateDefault(args);
+
+await builder.Build().RunAsync(); \ No newline at end of file