Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/ac5a0513387befbaf9404b0d20b0206168825ad60645d813a5a0a50f3273cf67201de33562995047bde3a8b1f58888c4dd834a816b062fc41d01f607f8f65c
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
88 B
Text

/**
* @internal
*/
export declare const sleep: (seconds: number) => Promise<unknown>;