Rocky_Mountain_Vending/.pnpm-store/v10/files/17/38f9261a9afd316b7197b26710c3bc648224ae888cc420f997fc843e40171a597a63c0a3a6d0c3bc1a4438d7ea6eb97254f694c954b23d5cb7ac9be7f036de
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

3 lines
253 B
Text

import type { LocalPattern } from './image-config';
export declare function matchLocalPattern(pattern: LocalPattern, url: URL): boolean;
export declare function hasLocalMatch(localPatterns: LocalPattern[] | undefined, urlPathAndQuery: string): boolean;