Rocky_Mountain_Vending/.pnpm-store/v10/files/00/338814cd70fa62fd872d398aa3f8c1e02b62584efb16444e2f7081a2f1f3c156c8cc4bdd6fde3d9b958cdecabdaceca88528ccd084f6dbeab28d1fd47bfd9d
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
180 B
Text

/**
* Wait for a given number of milliseconds and then resolve.
*
* @param ms the number of milliseconds to wait
*/
export declare function wait(ms: number): Promise<unknown>;