Rocky_Mountain_Vending/.pnpm-store/v10/files/35/d16c1c3ed6fbf494eca9151de57007c476b4f2aa04d5ec8e65f6a3d638ed77a31388378daa9e67d49689dc46ac61a2282d11baee4aa11a0daffd04ea48aa4b
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
201 B
Text

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