Rocky_Mountain_Vending/.pnpm-store/v10/files/61/f95f12eb0e1f9d4f6a1c27a0621838c330151e35502d0fb612df474a13c6d966334d6f2e6ae5c2b0fd96d881ab24d02e880a9689aba4076e9f68db91d92303
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

3 lines
186 B
Text

import { Stats } from 'fs';
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
export function totalist(dir: string, callback: Caller, prefix?: string): void;