Rocky_Mountain_Vending/.pnpm-store/v10/files/4d/6a384dcda9ae11ac46a90cf0b77c9e5dfa94058b8ecf6a75483e2287c6cda1f701c8baa1d8906ed9163c5d2191ef797b62a8a018478452884b9d6ec63249f1
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

7 lines
324 B
Text

/**
* Attempts to patch npm package-lock.json when it
* fails to include optionalDependencies for other platforms
* this can occur when the package-lock is rebuilt from a current
* node_modules install instead of pulling fresh package data
*/
export declare function patchIncorrectLockfile(dir: string): Promise<void>;