Rocky_Mountain_Vending/.pnpm-store/v10/files/96/c599b361c22575426db0cf98fc89b8cf47c27635dc4240c7ed7ef655606f4bbf77eabff2fae031e584ee9ce1deaf54c086925168a1c5da332873258ccb0657
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
207 B
Text

var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var Promise = getNative(root, 'Promise');
module.exports = Promise;