Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/fd4865341a62a637245436617de5cf5b01f4fa054bd229a446573ea1dc4b49a5a45ce2b1d876417f9b9ab313627f252c2c7ffb14de95ea47082b7eb869c7a7
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

10 lines
630 B
Text

import { type PlaywrightTestConfig } from '@playwright/test';
import type { NextOptionsConfig } from './next-options';
/**
* This is the default configuration generated by Playwright as of v1.43.0 with some modifications.
*
* - the `testMatch` property is configured to match all `*.spec.js` or `*.spec.ts` files within the `app` and `pages` directories
* - the `use` property is configured with a baseURL matching the expected dev server endpoint (http://127.0.0.1:3000)
* - the `webserver` property is configured to run `next dev`.
*/
export declare const defaultPlaywrightConfig: PlaywrightTestConfig<NextOptionsConfig>;