Rocky_Mountain_Vending/.pnpm-store/v10/files/ee/3c4be159a8be586590cfbe189fd0a8874ce40777a6124efb0452104293469834ece4630a400d316ed23eb71ec69001ea2e4f22cdeb636c00e8638049bf3dcf
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

6 lines
No EOL
152 B
Text

export const DYNAMIC_EXPIRE = 300 // 5 minutes
;
export const RUNTIME_PREFETCH_DYNAMIC_STALE = 30 // 30 seconds
;
//# sourceMappingURL=constants.js.map