Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/9101d085a4a747490ed7e87d309faf679b390d1468c13cd433389e3365373bf6f93db496bbe960adc2443159b0dc0a9cc6c35890d65c0c8aafd89af1ff8914
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
195 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): Promise<void>;