Rocky_Mountain_Vending/.pnpm-store/v10/files/da/0b0cbf53dc95fa1023cc2a61eb1c8f38b3a012fb03bf65e6d9d5df47929a9a6db12a4e868dc5501bd632ceaaddaee506cd1b6e6aba881ccb17139147681971
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
291 B
Text

import type { Session } from '../protocol/generated/webdriver-bidi.js';
export interface MapperOptions {
acceptInsecureCerts?: boolean;
unhandledPromptBehavior?: Session.UserPromptHandler;
'goog:prerenderingDisabled'?: boolean;
'goog:disableNetworkDurableMessages'?: true;
}