Function: renderCliRoutesSource()
renderCliRoutesSource(
routes):string
Defined in: renderCliRoutesSource.ts:12
Renders a route manifest (from generateCliRouteManifest) as a
standalone TypeScript source file exporting Route, Flag, and routes.
Parameters
| Parameter | Type |
|---|---|
routes | Record<string, Route> |
Returns
string