Created
May 24, 2021 11:15
-
-
Save devmobasa/b8e918b818aa31c0ab4ec34a45ac5405 to your computer and use it in GitHub Desktop.
https://codingblast.com/connect4-live-game-signalr-blazor/ - SignalR Connect4 Blazor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void Main(string[] args) | |
{ | |
CreateHostBuilder(args) | |
.Build() | |
.SeedIfNeeded() | |
.Run(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment