Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/3a1183f8edb47a08f8391f4485517e095e2d07133b945a123781bdbe4d5a5b19fc29948a9077a992e8e9e11ebb45073760c871c498a7aee92e6866fed8c11d
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
168 B
Text

import type { RawSourceMap } from 'next/dist/compiled/source-map08';
export declare function getSourceMapFromFile(filename: string): Promise<RawSourceMap | undefined>;