Rocky_Mountain_Vending/.pnpm-store/v10/files/23/14d32d082896f3d55f801e43f8dc68071586d3429076903c89408f96a30fd9cb216621c4465099cff86d836645c75da17c9d183192dd22ab4536292b277124
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

2 lines
156 B
Text

export declare function internal_getCurrentFunctionWaitUntil(): Promise<void> | null;
export declare function internal_runWithWaitUntil<T>(fn: () => T): T;