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

10 lines
280 B
Text

'use strict';
var bind = require('function-bind');
var $apply = require('./functionApply');
var $call = require('./functionCall');
var $reflectApply = require('./reflectApply');
/** @type {import('./actualApply')} */
module.exports = $reflectApply || bind.call($call, $apply);