Rocky_Mountain_Vending/.pnpm-store/v10/files/db/e46f59217d8bd8b28532fc82cc7b14fc321d89e531c5ef1af7ec2c959a962bbaf0b6e3b593bfa856862df317c1a10a9ad3b4e7001614636f52eeb345704ee3
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

4 lines
No EOL
190 B
Text

export function createObject(keys, values) {
return keys.reduce(function (result, key, i) { return ((result[key] = values[i]), result); }, {});
}
//# sourceMappingURL=createObject.js.map