Set maximum width, no warnings in chromium
This commit is contained in:
parent
e248395557
commit
0bbff27b44
@ -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]
|
||||
|
BIN
dist-newstyle/cache/config
vendored
BIN
dist-newstyle/cache/config
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user