Rocky_Mountain_Vending/.pnpm-store/v10/files/fb/cbb77e29f732d2de9859100bf69d1d32c59504aa131d822fb67e323b5798b5a4c39a2621cff9c53be29c1acd361f5418a67ab1eb89ef640057b39e9007fca4
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

24 lines
No EOL
787 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
require("./webpack");
require("../lib/require-instrumentation-client");
const _ = require("./");
window.next = {
version: _.version,
// router is initialized later so it has to be live-binded
get router () {
return _.router;
},
emitter: _.emitter
};
(0, _.initialize)({}).then(()=>(0, _.hydrate)()).catch(console.error);
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=next.js.map