Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/23c55d581e903e1fb09382e2f7e01c1c34a73b347bd7d1f46495eff06da7b29e5f15142e1a5560a0797cfe056debdad539d71319c32a7a56d7e7f61a2c037e-exec
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
129 B
Text
Executable file

'use strict';
const internals = {};
module.exports = function (promise) {
return typeof promise?.then === 'function';
};