Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/db0c6677c90cad758acd8997896ca91188126a9569694bd90b6b4f301d5f3861553bf7393aac352a1fd5575f85eeb35df916d7b50c0495c0425e09f8dc8748
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

20 lines
No EOL
395 B
Text

/**
* @license
* Copyright 2017 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export * from './index-browser.js';
import { Puppeteer } from './common/Puppeteer.js';
/**
* @public
*/
const puppeteer = new Puppeteer({
isPuppeteerCore: true,
});
export const {
/**
* @public
*/
connect, } = puppeteer;
export default puppeteer;
//# sourceMappingURL=puppeteer-core-browser.js.map