From f981fdb4e6996f6e3e1a55f30d4fc264a2640857 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 27 Nov 2025 09:51:51 -0500 Subject: 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 --- Omni/Jr/Web.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni') 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 -- cgit v1.2.3