Rocky_Mountain_Vending/.pnpm-store/v10/files/31/e2c0ddf325c64883fac7931f08292e8d4028c5fd980217464e6705acf3bad545576b632031133ad4f15f3b70da6a9f9f750faf63037ec5266f30b4a6aa0130
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
No EOL
121 B
Text

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;