Rocky_Mountain_Vending/.pnpm-store/v10/files/56/f56295d64aedfd4b0295e26a2bc56ffce0dd1a5a38811a421b4c400e150d1ff8f335535cc91f111d7d879759226b843813f0a4c88609843e20678ac8cb81b6
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

29 lines
No EOL
1.4 KiB
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const _deploymentid = require("../build/deployment-id");
// If we have a deployment ID, we need to append it to the webpack chunk names
// I am keeping the process check explicit so this can be statically optimized
if (process.env.NEXT_DEPLOYMENT_ID) {
const suffix = (0, _deploymentid.getDeploymentIdQueryOrEmptyString)();
const getChunkScriptFilename = __webpack_require__.u;
__webpack_require__.u = (...args)=>// We enode the chunk filename because our static server matches against and encoded
// filename path.
getChunkScriptFilename(...args) + suffix;
const getChunkCssFilename = __webpack_require__.k;
__webpack_require__.k = (...args)=>getChunkCssFilename(...args) + suffix;
const getMiniCssFilename = __webpack_require__.miniCssF;
__webpack_require__.miniCssF = (...args)=>getMiniCssFilename(...args) + suffix;
}
self.__next_set_public_path__ = (path)=>{
__webpack_public_path__ = path;
};
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=webpack.js.map