Rocky_Mountain_Vending/.pnpm-store/v10/files/de/d328804d22d171e2327d40465c5868cdb942161e67417f472bea0c1582bb24e4b81037b9424ba3e6c4bf01aed292437b556e47df30f69cfd32f86d39ff360a
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
134 B
Text

/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): void
export = updateDb