Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/974d288f9d671af2d7bc960d9f68713c7f28437a55a0caee3160444d7af1b2055c22df440a987313b0fe9fe1f12e02f11cc4f79332513e7f58b8b363e9d0de
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
No EOL
283 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