Rocky_Mountain_Vending/.pnpm-store/v10/files/15/4375ccbac274f9a153cc741f9fa5991bf9152c768e07d2145d81ea72453f6b85eecbc14004de229548a820c7b0bbd1338ea0d859697d291d2cd133adb9bf4a
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
304 B
Text

import { Span } from '../types-hoist/span';
/**
* Print a log message for a started span.
*/
export declare function logSpanStart(span: Span): void;
/**
* Print a log message for an ended span.
*/
export declare function logSpanEnd(span: Span): void;
//# sourceMappingURL=logSpans.d.ts.map