Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/11fd3e8d1a8f67a9883270ff48c9b531d78762d11201010881befdbb1673b8f3719a2297f875368371c9a1c4355b0af1784cb56f41cd1701fca5d214d3f716
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

6 lines
No EOL
181 B
Text

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