Rocky_Mountain_Vending/.pnpm-store/v10/files/81/5c0a1ba094c15963744250d2163dc07a6be6e73066a261a088a9aac6514a6c93cbf0bbf930a4365289a001978d36f53d16bf1495c00c6f9927e740c961aab4
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
172 B
Text

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