builder-web/bin/builder_web_app.ml
Reynir Björnsson cd1cdcc9bb Implement meta data caching
Also print builds by their start time instead of UUID
2020-12-07 15:43:54 +01:00

11 lines
173 B
OCaml

open Opium
let t = Builder_web.init (Fpath.v "sample")
let app =
App.empty
|> App.cmd_name "Builder Web"
|> Builder_web.add_routes t
let () =
App.run_command app