2026-07-08 11:47:51 +08:00
|
|
|
/**
|
2026-07-28 23:48:35 +08:00
|
|
|
* 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.
|
2026-07-08 11:47:51 +08:00
|
|
|
*/
|
|
|
|
|
|
2026-07-28 23:48:35 +08:00
|
|
|
import { main } from './gen-cordis-catalog.ts'
|
2026-07-08 11:47:51 +08:00
|
|
|
|
2026-07-28 23:48:35 +08:00
|
|
|
main()
|