Rocky_Mountain_Vending/.pnpm-store/v10/files/81/fd85b214b47b106618f760f51b1d26afd2d4212089eaf6f068ae18975dda62f18ffed46a4b1935b266777efd34b2fe573ed4be34aa027fe4ead8eee46a6b77
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
148 B
Text

export type DevIndicatorServerState = typeof devIndicatorServerState;
export declare const devIndicatorServerState: {
disabledUntil: number;
};