Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/3632b26d8e3a7b0b965075e134f086193edd6be30e4f0c6ccbf516142d97e7645e40b81e3f373df9b14c18b5e612bd761e6f2b5a06159bdfa4ee20b5fb2857
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

9 lines
No EOL
296 B
Text

function _defaults(e, r) {
for (var t = Object.getOwnPropertyNames(r), o = 0; o < t.length; o++) {
var n = t[o],
a = Object.getOwnPropertyDescriptor(r, n);
a && a.configurable && void 0 === e[n] && Object.defineProperty(e, n, a);
}
return e;
}
export { _defaults as default };