Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/41fb0c9ef85c8ec4d8cc0699433f8ff0723812c2bd449852185f2a5c2df5ab25abc3b4ad66da0aa97069d28ab7c7d0850efea392e34ebbe657bf66264da89a
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

5 lines
No EOL
167 B
Text

/* globals self */ const fetchModule = self.fetch.bind(self);
module.exports = fetchModule;
module.exports.default = module.exports;
//# sourceMappingURL=index.js.map