Rocky_Mountain_Vending/.pnpm-store/v10/files/07/7950ae3df6c82ccd219b6b1c3acde3903915837656ef718753e33d93698ad85553647d60556f058d310bd6c1e669a68803379ab853f60432890403c0dcf087
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

4 lines
No EOL
191 B
Text

/// <reference types="node" />
import * as child_process from 'child_process';
export declare const execAsync: typeof child_process.exec.__promisify__;
//# sourceMappingURL=execAsync.d.ts.map