Rocky_Mountain_Vending/.pnpm-store/v10/files/df/576330e47d057379845450f2f91083e669a5c4a2da4f09190e4e05515055821f29ddf7b593889e8b31681e42c3f4084d42ff67a76d1ef7f9aad94971fc09f0
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
No EOL
332 B
Text

export default exclusions;
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* List of smoke tests excluded per runner. eg: 'cli': ['a11y', 'dbw']
* @type {Record<string, Array<string>>}
*/
declare const exclusions: Record<string, Array<string>>;
//# sourceMappingURL=exclusions.d.ts.map