Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/57b828fb3665e90401d735176245bb7995920ba7e68660c80e9cf59a7673fd08827a4039d754aa455dd824bb7f2a449927cb5d77dc7ddf63a6d84e94ac6182
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

8 lines
No EOL
265 B
Text

import { createDefaultCacheHandler } from './default';
/**
* Used for edge runtime compatibility.
*
* @deprecated Use createDefaultCacheHandler instead.
*/ export default createDefaultCacheHandler(50 * 1024 * 1024);
//# sourceMappingURL=default.external.js.map