Rocky_Mountain_Vending/.pnpm-store/v10/files/70/f32259e60c4a301e3497d2e36944439ab5b6d791b9d4c1fa073f2080e81a9c42c8199f40f0eeb295ccbe39d80f546eab4078c08b6da69785567fe9b2c6daa4
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

12 lines
No EOL
246 B
Text

/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Browsers supported by Puppeteer.
*
* @public
*/
export type SupportedBrowser = 'chrome' | 'firefox';
//# sourceMappingURL=SupportedBrowser.d.ts.map