Rocky_Mountain_Vending/.pnpm-store/v10/files/aa/3314555c8fc8af855fe70aad6abcfa75e40e370fed1daed258691c5f271ee5022295a8c7fec1160cc34c12a9705125b39e9264e42365e701ac007396a35cd2
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

5 lines
274 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.recursionDetectionMiddleware = void 0;
const recursionDetectionMiddleware = () => (next) => async (args) => next(args);
exports.recursionDetectionMiddleware = recursionDetectionMiddleware;