Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/1a9545328ed9f30fa213df26a334c93ba2cb3c59b516696bde79f0f3d2404998dcaefd5764a02967d59f4321709973cad617a01370a0e32302607d03aab802
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

2 lines
200 B
Text

import type { WorkStore } from '../app-render/work-async-storage.external';
export declare function createServerPathnameForMetadata(underlyingPathname: string, workStore: WorkStore): Promise<string>;