#!/usr/bin/env node /** * AgentFactory Route Sync CLI * * Generates missing route.ts and page.tsx files from the route manifest. * * Usage: * af-sync-routes [options] * * Options: * --dry-run Preview what would be created * --pages Also sync dashboard page.tsx files * --app-dir
Custom app directory (default: src/app) * --help, -h Show this help message */ export {}; //# sourceMappingURL=sync-routes.d.ts.map