Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/de3379a458ff9e9e0c7486a7db548f6d18d6b1809cbc65bdd3db3f77d33ed7fefed6679f65acb552ed8e310ebd41bb220ed0dfb3bf67e478f4aea89866add1
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
202 B
Text

function _skip_first_generator_next(fn) {
return function() {
var it = fn.apply(this, arguments);
it.next();
return it;
};
}
export { _skip_first_generator_next as _ };