Rocky_Mountain_Vending/.pnpm-store/v10/files/62/2ff299c758f7a57da6e317909155df56c73fa75c2424e57a7b1d97e018b7be64138121f57774accd6c8b4efa5b477c7a97b5f9d02bf0bfdfce01d7a5ee9555
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

7 lines
205 B
Text

import getNative from './_getNative.js';
import root from './_root.js';
/* Built-in method references that are verified to be native. */
var Promise = getNative(root, 'Promise');
export default Promise;