Rocky_Mountain_Vending/.pnpm-store/v10/files/63/1592b67f8420e82e373e43baad5e7259f06b0ae2512baf11f3986908c72ec429a4bd34fd747e20bb2fc9ad63ff4a8327b2fcd923d0334b1b8cc8130d9bf6a7
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

3 lines
No EOL
204 B
Text

/** Suppress tracing in the given callback, ensuring no spans are generated inside of it. */
export declare function suppressTracing<T>(callback: () => T): T;
//# sourceMappingURL=suppressTracing.d.ts.map