Rocky_Mountain_Vending/.pnpm-store/v10/files/45/cde937d044cbb253ea837c3a2092a22157794aef7670e6456da7da354f33fef4c65fe1abdf53a66dd373a18fdbf5eb740a4b8f12468617f9cb3b2a5f4c8b12
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
No EOL
214 B
Text

import { popScheduler } from '../util/args';
import { from } from './from';
export function of(...args) {
const scheduler = popScheduler(args);
return from(args, scheduler);
}
//# sourceMappingURL=of.js.map