Rocky_Mountain_Vending/.pnpm-store/v10/files/06/b6ea0a2ccfc1e8c30a025c9311194d61fafbf89a49ddde08e73e3aadffd7e7287d791504f0c57f9b973bc68f9d5fb38a50652bd47be4af1bca8c6226e21eb2
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

3 lines
94 B
Text

export declare const awsExpectUnion: (
value: unknown
) => Record<string, any> | undefined;