Rocky_Mountain_Vending/.pnpm-store/v10/files/18/df64526f4799c7d566f586221a8bcd629b8c8e98f326e0e78d2d77e5cdc24d87d8f870e0894c2ae9d3b971200ace3183befdf8ab1f8fd0ebc9ca9e027cf462
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
186 B
Text

/**
* Used for edge runtime compatibility.
*
* @deprecated Use createDefaultCacheHandler instead.
*/
declare const _default: import("./types").CacheHandler;
export default _default;