observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.56k stars 122 forks source link

use log instead of clack.intro/outro when stdout is not a tty #1764

Closed Fil closed 1 month ago

Fil commented 1 month ago

clack.intro and clack.outro should not send ansi codes in that case, but I don't think we can change that?

Fil commented 1 month ago

tested live by deploying pangea with that branch

Fil commented 1 month ago

superseded by #1769