Rocky_Mountain_Vending/.pnpm-store/v10/files/60/b814f79b60e04753068d349c2636df399e3afaa1ea1ca008692138db0a14176f5d143901a684974ed7a4fd8bb66683c3c02e1d332a3ba561867d5e461f0cab
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

41 lines
No EOL
1.4 KiB
Text

// A client-side entry point for Turbopack builds. Includes logic to load chunks,
// but does not include development-time features like hot module reloading.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
require("../lib/require-instrumentation-client");
const _ = require("./");
const _fouc = require("./dev/fouc");
window.next = {
version: _.version,
turbopack: true,
// router is initialized later so it has to be live-binded
get router () {
return _.router;
},
emitter: _.emitter
};
self.__next_set_public_path__ = ()=>{};
self.__webpack_hash__ = '';
(0, _.initialize)({}).then(()=>{
// for the page loader
;
self.__turbopack_load_page_chunks__ = (page, chunksData)=>{
const chunkPromises = chunksData.map((c)=>__turbopack_load__(c));
Promise.all(chunkPromises).catch((err)=>console.error('failed to load chunks for page ' + page, err));
};
return (0, _.hydrate)({
beforeRender: _fouc.displayContent
});
}).catch((err)=>{
console.error('Error was not caught', err);
});
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-turbopack.js.map