Rocky_Mountain_Vending/.pnpm-store/v10/files/66/3f937e449349e903b15756aae93db14ae315666d17bc130a64ed6cd091fa08437bca785a0bb839e6a55f11728193395f2b5fae4a2020fb1da9b89dca68bd07
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
122 B
Text

import type { DevToolsConfig } from '../shared';
export declare function saveDevToolsConfig(patch: DevToolsConfig): void;