diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-06-15 15:45:11 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-06-15 15:45:11 +0200 |
commit | 59ab4142a3887c0b34719bb0e56b820ee71d0ca7 (patch) | |
tree | 2e1759c689ad8aeb75b01e036e7cf96dd6b51822 /lib/main.ml | |
parent | e5a5c9b7718a79e498135eea71add0d6b71a8779 (diff) |
Factor out main ogit module from ogit bin.
Diffstat (limited to 'lib/main.ml')
-rw-r--r-- | lib/main.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/main.ml b/lib/main.ml new file mode 100644 index 0000000..5b19c42 --- /dev/null +++ b/lib/main.ml @@ -0,0 +1,3 @@ +(* -*- mode: tuareg; -*- *) + +let run () = Dream.run @@ Dream.logger @@ Dream.router Handlers.all_handlers |