[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

🔨 fix ci

Nate Moore (May 24, 2026, 2:46 PM EDT) 839bcb74 b117d212

+3 -1
+2 -1
.github/workflows/benchmark.yml
··· 44 44 uses: CodSpeedHQ/action@v4 45 45 with: 46 46 mode: simulation 47 - run: deno task bench 47 + # IMPORTANT! deno task bench fails in CI due to incompatible V8 bindings 48 + run: node bench/mod.ts
+1
deno.json
··· 28 28 "include": ["*.ts"], 29 29 "exclude": ["!wasm.ts"] 30 30 }, 31 + "nodeModulesDir": "auto", 31 32 "fmt": { 32 33 "exclude": ["clay", "build"] 33 34 },