Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/b8591160cf4734240f680fed4a2525300c7b514d9b5796bfc77bdde8e1af4a30f9d0efbd2f7df5cb20f675e10d403d9e318ba1e6626ef44f3921e553ea7722
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
No EOL
248 B
Text

/**
* An interface describes additional metadata of a tracer.
*/
export interface TracerOptions {
/**
* The schemaUrl of the tracer or instrumentation library
*/
schemaUrl?: string;
}
//# sourceMappingURL=tracer_options.d.ts.map