Rocky_Mountain_Vending/.pnpm-store/v10/files/19/9944545e2b96137f4bbdeb69d5e3c1e72c0ac93782e83da7ed791e523877ed2cbd4d54dc0795fd3ac85b98ddbebd8ebda97ec3b745ab1a071b07fbd26390b7
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

7 lines
291 B
Text

/**
* Function that delays closing of a Vercel lambda until the provided promise is resolved.
*
* Vendored from https://www.npmjs.com/package/@vercel/functions
*/
export declare function vercelWaitUntil(task: Promise<unknown>): void;
//# sourceMappingURL=vercelWaitUntil.d.ts.map