Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/ae5243634ea057f6d74890a8d7e3dbd2e694a32765d73c6da9e95437d61bbb27c8048c94b11ff5938f7c468358ef2e6c315644c44867208c1dffebbbeecc08
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
148 B
Text

import type { ConsoleAsyncStorage } from './console-async-storage.external';
export declare const consoleAsyncStorageInstance: ConsoleAsyncStorage;