Rocky_Mountain_Vending/.pnpm-store/v10/files/86/3a23c2cd8acb60fa752257241bedaac2f05da3a8dab3cf6caf22732503dbfe0d4f2875ea69f570f60fb8c51591b8ea9f816d3cf8507808cb3ae9f42224ace0
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

5 lines
147 B
Text

import type { HttpRequest } from "@smithy/types";
/**
* @internal
*/
export declare const getCanonicalQuery: ({ query }: HttpRequest) => string;