Rocky_Mountain_Vending/.pnpm-store/v10/files/75/d7944dab8e8f29bd349aaca2d53ebdc88356fdda88258468ed031e22a9c78993a022bfbdc7364e8e391fea478e4d34bf0847efcafe2f8ba7edd7cfd0d0948a
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
128 B
Text

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