Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/bb60f4f545e42af3135c554e5517078cacc5923c56d1eeee65c90fdff04466b855337da1b4d9c9b8b65dc2dc59efc6974a797916e9a9e71cf1efeeea3b5435
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
254 B
Text

/**
* This function allows you to indicate that you require an actual user Request before continuing.
*
* During prerendering it will never resolve and during rendering it resolves immediately.
*/
export declare function connection(): Promise<void>;