Rocky_Mountain_Vending/.pnpm-store/v10/files/68/d5f9b843b6476780f04ab87855f8fd2736a3f971c6d91d7dcc57c9132e34c16a0615c8f86fee8733cc31cd89822f6ada41f96c2dafec2244bc4c8ba8f8f326
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
216 B
Text

/**
* Returns the package registry using the user's package manager.
* The URL will have a trailing slash.
* @default https://registry.npmjs.org/
*/
export declare function getRegistry(baseDir?: string): string;