Rocky_Mountain_Vending/.pnpm-store/v10/files/23/478f9b1355298452a77b189ee01860ff12ac105b0eb74d896c9379b6ecb890fa8f1430d7f2a2d05fd680f02df08f4eefc7e1d9ef23c5e63036bf0b039d91fb
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
268 B
Text

import type { RemotePattern } from './image-config';
export declare function matchRemotePattern(pattern: RemotePattern | URL, url: URL): boolean;
export declare function hasRemoteMatch(domains: string[], remotePatterns: Array<RemotePattern | URL>, url: URL): boolean;