summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-27 09:51:51 -0500
committerBen Sima <ben@bensima.com>2025-11-27 09:51:51 -0500
commitf981fdb4e6996f6e3e1a55f30d4fc264a2640857 (patch)
treef94794c7022e42857d2980c5b5ec091a329cb08b /Omni
parentc2e0fef474e71b3d28dee9771aa1a1da294aaab2 (diff)
Jr web: design_docs table missing - View design docs link crashes
The build and tests passed with no errors. The fix is complete - calling Task-Id: t-147
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Jr/Web.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Jr/Web.hs b/Omni/Jr/Web.hs
index d078a9e..28f42a2 100644
--- a/Omni/Jr/Web.hs
+++ b/Omni/Jr/Web.hs
@@ -754,5 +754,6 @@ app = serve api server
run :: Warp.Port -> IO ()
run port = do
+ TaskCore.initTaskDb
putText <| "Starting Jr web server on port " <> tshow port
Warp.run port app