Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)

Co-authored-by: opencode <noreply@opencode.ai>
This commit is contained in:
Dax
2025-08-08 20:20:01 -04:00
committed by GitHub
parent b789844b9c
commit 85eaa5b58b
5 changed files with 20 additions and 27 deletions

View File

@@ -1,6 +1,4 @@
import "zod-openapi/extend"
import { Trace } from "./trace"
Trace.init()
import yargs from "yargs"
import { hideBin } from "yargs/helpers"
import { RunCommand } from "./cli/cmd/run"