Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/85f8fb3324a1409d5cbe7fd3f7d09dbb1d9e0b3ad2069b9f05db0d41d6c9c3c127d0fb2f1ca08f687c2495e583d534cd76d12b95c9492f55f3071145ecea4a
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
107 B
Text

export const mimes: Record<string, string>;
export function lookup(extension: string): string | undefined;