in packages/build-tools/console-toolkit-plugin-xconsole-fs-route/src/generator/index.ts [26:34]
public generate(app: AppInfo) {
this.ensureDir();
this.genRoutes(app);
this.getRouteConfig(app);
// await genCreateModel();
this.genIndex(app);
this.genApp(app);
this.genInitializer(app);
}