Rocky_Mountain_Vending/.pnpm-store/v10/files/df/f9560c7004f8da0c7ac5e0638c7cadfead17f6ced69a3aaa637ff1d87ce872502d00ff72674232323a27220f0a89a75094868e27d7e6da9ad26e4973abf034
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
163 B
Text

var overArg = require('./_overArg');
/** Built-in value references. */
var getPrototype = overArg(Object.getPrototypeOf, Object);
module.exports = getPrototype;