Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/16ce9f84f91e237a8152cc84127cfc29618356225b887fc643f4dc769b6afbee137801b663ce7ffc2ff7e849442740ec260157be10784942399a50a050345d
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

7 lines
No EOL
301 B
Text

// Keep in sync with Turbopack's experimental React switch: file://./../../../../crates/next-core/src/next_import_map.rs
export function needsExperimentalReact(config) {
const { taint } = config.experimental || {};
return Boolean(taint);
}
//# sourceMappingURL=needs-experimental-react.js.map