docs(tui): add generated V2 theme reference (#38396)

This commit is contained in:
James Long 2026-07-22 18:30:31 -04:00 committed by GitHub
commit 381f6c47b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 381 additions and 7 deletions

View file

@ -3,11 +3,15 @@
"name": "@opencode-ai/docs",
"private": true,
"scripts": {
"dev": "bun --bun mint dev --no-open --port 3333",
"validate": "bun --bun mint validate",
"dev": "bun run generate && bun --bun mint dev --no-open --port 3333",
"generate": "bun script/generate-theme-tokens.ts",
"check:generated": "bun script/generate-theme-tokens.ts --check",
"validate": "bun run check:generated && bun --bun mint validate",
"broken-links": "bun --bun mint broken-links"
},
"devDependencies": {
"mint": "4.2.666"
"effect": "catalog:",
"mint": "4.2.666",
"prettier": "3.6.2"
}
}