Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/16d80237441ef1dceaeedff0e9dd8016df7ba4e704b4a3c6ee93311239b9e8b835720b415242d52081b7ce4308ef7d45eff9637c5449d9544c08f95775ed9a
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

6 lines
161 B
Text

import overArg from './_overArg.js';
/** Built-in value references. */
var getPrototype = overArg(Object.getPrototypeOf, Object);
export default getPrototype;