Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/d7e03d631ca056ef9857b97e41ad905f4be2d4b1bb97217aaf10a1d77da842246ac479e9630f55b2e12f49c9f0202e372022834eae3ad01fe270c1921786d1
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
650 B
Text

'use client';
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "BailoutToCSR", {
enumerable: true,
get: function() {
return BailoutToCSR;
}
});
const _bailouttocsr = require("./bailout-to-csr");
function BailoutToCSR({ reason, children }) {
if (typeof window === 'undefined') {
throw Object.defineProperty(new _bailouttocsr.BailoutToCSRError(reason), "__NEXT_ERROR_CODE", {
value: "E394",
enumerable: false,
configurable: true
});
}
return children;
}
//# sourceMappingURL=dynamic-bailout-to-csr.js.map