Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/bbe4adbc1f60f2948adb507e98c4958430c12291fb1521e7eef7e2d936f79c6b89aadd723ed489089797215095bbcc59d53ffd6d562fca6ec4a234433ed5fc
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

17 lines
No EOL
418 B
Text

"use strict";
/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PUPPETEER_REVISIONS = void 0;
/**
* @internal
*/
exports.PUPPETEER_REVISIONS = Object.freeze({
chrome: '142.0.7444.162',
'chrome-headless-shell': '142.0.7444.162',
firefox: 'stable_145.0',
});
//# sourceMappingURL=revisions.js.map