Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/689f7ac394260a85a3ff6442aa51fb2bf721222444840cacd1232c28835ed360f496e4eda885d179ecc14a3c6d1ccf9cdc9989d89cdc3efc94739176dfb9a4
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

4 lines
215 B
Text

declare const _setTimeout: (callback: () => void, ms?: number) => number
declare const _setInterval: (callback: () => void, ms?: number) => number
export { _setInterval as setInterval, _setTimeout as setTimeout };