mirror of
https://github.com/Smaug123/pulsing-server
synced 2025-10-08 00:08:41 +00:00
Format with Fantomas, and add MIT licence
This commit is contained in:
@@ -13,11 +13,9 @@ open Microsoft.Extensions.Logging
|
||||
|
||||
module Program =
|
||||
let createHostBuilder args =
|
||||
Host.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(fun webBuilder ->
|
||||
webBuilder.UseStartup<Startup>()
|
||||
|> ignore
|
||||
)
|
||||
Host
|
||||
.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(fun webBuilder -> webBuilder.UseStartup<Startup> () |> ignore)
|
||||
|
||||
[<EntryPoint>]
|
||||
let main args =
|
||||
|
Reference in New Issue
Block a user