Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/3520aa3f8a0499b865210304785b5026ac9ca3c710a762e771fdc413bc3698c74a0143c3d085d9d75cf90ab09655c07091c7840662f57991ba3ff9ea026a5f
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

5 lines
108 B
Text

export declare const validateTokenKey: (
key: string,
value: unknown,
forRefresh?: boolean
) => void;