Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/6ba0fe693f7d0a6d3a65862605c46437fbf3648e6dfd2e0512c97ff113c755c409e39a0a9d01883b834ee07023c3162e8dc2a95200c382f368d7720a21b5ad
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

1 line
No EOL
963 B
Text

{"version":3,"sources":["../../../src/server/route-matches/pages-api-route-match.ts"],"sourcesContent":["import type { RouteMatch } from './route-match'\nimport type { PagesAPIRouteDefinition } from '../route-definitions/pages-api-route-definition'\n\nimport { RouteKind } from '../route-kind'\n\nexport interface PagesAPIRouteMatch\n extends RouteMatch<PagesAPIRouteDefinition> {}\n\n/**\n * Checks if the given match is a Pages API route match.\n * @param match the match to check\n * @returns true if the match is a Pages API route match, false otherwise\n */\nexport function isPagesAPIRouteMatch(\n match: RouteMatch\n): match is PagesAPIRouteMatch {\n return match.definition.kind === RouteKind.PAGES_API\n}\n"],"names":["RouteKind","isPagesAPIRouteMatch","match","definition","kind","PAGES_API"],"mappings":"AAGA,SAASA,SAAS,QAAQ,gBAAe;AAKzC;;;;CAIC,GACD,OAAO,SAASC,qBACdC,KAAiB;IAEjB,OAAOA,MAAMC,UAAU,CAACC,IAAI,KAAKJ,UAAUK,SAAS;AACtD","ignoreList":[0]}