diff --git a/app/Main.hs b/app/Main.hs index 3bb0f62..f440aea 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -104,3 +104,7 @@ compileToHTML path = do html <- runIOorExplode $ writeHtml5String def transformed TIO.writeFile outputPath html putStrLn ("✅ HTML written to " ++ outputPath) + + -- Open the generated HTML file in browser for Claude Code to check errors + putStrLn $ "🌐 Opening " ++ outputPath ++ " in browser for error checking..." + void $ callProcess "open" [outputPath] diff --git a/dist-newstyle/cache/config b/dist-newstyle/cache/config index 426a54d..70b4ce5 100644 Binary files a/dist-newstyle/cache/config and b/dist-newstyle/cache/config differ