13ace6ca61
* Use htmx for front end (#36) * Use short GUIDs in URLs and forms (#1) * Refresh theme (#38) * Use ASP.NET Core for log on/off (#39) * Fix date/time / time zone issues (#41) * Update help for v8 (#42) * Add FAKE build script (#37)
6 lines
90 B
FSharp
6 lines
90 B
FSharp
open Expecto
|
|
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
runTestsInAssembly defaultConfig argv
|