UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

9 lines (8 loc) 209 B
/** * Builds the route configuration and outputs the generated code. * @returns The complete file content as a string. */ export declare function makeAppFiles(): { routes: string; slugs: string; };