Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/14ecfb90e4fb7bb3cab41c1f68b82482f6315ff66e67b1d2e24ceedfd1d3aafc9bf7236c3d98bd53928c0fb5b9cdee17619b4d817125be25704fa9a08af44a
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

2 lines
141 B
Text

export type ServerCacheStatus = 'filling' | 'filled' | 'bypass' | 'ready';
export type CacheIndicatorState = 'disabled' | ServerCacheStatus;