Rocky_Mountain_Vending/.pnpm-store/v10/files/59/0cf80045ec5786f25c0013c954d10fc3c0a5be90a40edba1d553403282ee84d136b30e9a092b1c73df69da00b893f0e8b05fd07f09f1f42d410f0bb6800974
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

6 lines
122 B
Text

/**
* Get the HOME directory for the current runtime.
*
* @internal
*/
export declare const getHomeDir: () => string;