Rocky_Mountain_Vending/.pnpm-store/v10/files/d8/34e38fbade2b8dcf7e5784fe86036844701651157b7d2c2256fb99fbb74d23058561abab80ed47bf3d91306a226bed4e30c9bd7cfb823d544376831e3b3ef0
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

2 lines
98 B
Text

import type nodeUtil from "node:util";
export declare const promisify: typeof nodeUtil.promisify;