Rocky_Mountain_Vending/.pnpm-store/v10/files/d6/f47f6fd9351597aacdb3f0628505083d8ece489a1047049e9ea9eb02c8bc9809840dd7f92997036d805d8f1f4a3627bc268da6e003dd46fdeaaca45d1aef79
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

8 lines
No EOL
291 B
Text

import { LocaleRouteMatcher } from './locale-route-matcher';
import { RouteMatcher } from './route-matcher';
export class PagesAPIRouteMatcher extends RouteMatcher {
}
export class PagesAPILocaleRouteMatcher extends LocaleRouteMatcher {
}
//# sourceMappingURL=pages-api-route-matcher.js.map