Rocky_Mountain_Vending/.pnpm-store/v10/files/44/8151a9dc1ebd3771ab0deaddae7ffa4ee5077a49e038ab67638da6cfc45ab59506fe900034051e778304ab0b946cd6cf24c94412378d533c540d07f9c6d967
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

25 lines
353 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;