commit f981fdb4e6996f6e3e1a55f30d4fc264a2640857
Author: Ben Sima <ben@bensima.com>
Date: Thu Nov 27 09:51:51 2025
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
diff --git a/Omni/Jr/Web.hs b/Omni/Jr/Web.hs
index d078a9e8..28f42a24 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