Rocky_Mountain_Vending/.pnpm-store/v10/files/54/4f238e70e11c16f1199d8dacd7788578c250d9284bbbf6678b2e9a18cce0916b11c82705f111bd5a2a3762f8cbf918aedc29781627c994eb13d92b41fd932c
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

4 lines
183 B
Text

/**
* Create a "Thenable" that does not resolve. This is used to suspend indefinitely when data is not available yet.
*/
export declare const unresolvedThenable: PromiseLike<void>;