Rocky_Mountain_Vending/.pnpm-store/v10/files/86/5ff07dfa1877073e9ee323f11bb11be6bed0a1f7f25696183354df0f70e6441729e9bbcdc35c95caa4d4ca1069d53040a76ab83443495c5c16ad31257e7806
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
265 B
Text

import { RouteMatcher } from './route-matcher';
export class AppPageRouteMatcher extends RouteMatcher {
get identity() {
return `${this.definition.pathname}?__nextPage=${this.definition.page}`;
}
}
//# sourceMappingURL=app-page-route-matcher.js.map