Rocky_Mountain_Vending/.pnpm-store/v10/files/85/7e906e200c1f08c2b911dad6382f798975ec710f741021202479d95bc3ef617a96ae4ca7008fb74f47d6544e0e3e11f022fb1b82cc0bd94c250a43e39e86ce
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
108 B
Text

import { Logger } from "@smithy/types";
export declare const checkUrl: (url: URL, logger?: Logger) => void;