Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/777dc7daa00a211d9fe91361d6a19342e6ec33af04d808f07a24bd1328f758139dfee01bd5910961b57594086643bda228da6b464e7a0852f447fbb82b3a2b
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
266 B
Text

export declare const hookPropertyMap: Map<any, any>;
export declare const defaultOverrides: {
'styled-jsx': string;
'styled-jsx/style': string;
'styled-jsx/style.js': string;
};
export declare function addHookAliases(aliases?: [string, string][]): void;