Rocky_Mountain_Vending/.pnpm-store/v10/files/2a/b7dcd46ea5f7ffa26628a4580666358f91a0c8e1e843910b418dfda98eef48c656bcf3767d5254cc6ebd8df89572cd766a930ea6ce363d8d4e813c0db94816
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

16 lines
No EOL
406 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "needsExperimentalReact", {
enumerable: true,
get: function() {
return needsExperimentalReact;
}
});
function needsExperimentalReact(config) {
const { taint } = config.experimental || {};
return Boolean(taint);
}
//# sourceMappingURL=needs-experimental-react.js.map