Files
deepseek-harness/scripts/gen-cordis-api.ts
T

10 lines
293 B
TypeScript

/**
* Compatibility entry point for the unified Typert-backed Cordis catalog
* projection. The generated API module retains this command in its banner,
* while all extraction, validation, and rendering live in one implementation.
*/
import { main } from './gen-cordis-catalog.ts'
main()