Rocky_Mountain_Vending/.pnpm-store/v10/files/40/56e73326a251275f4b83b767a7dfd4c7e3956993561a010da92454cdae8b43b6ce238e1fd92ee1501e605fa9fc25430aa4659a124a3efdff7a462b33f14f41
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

6 lines
178 B
Text

import type { TraceEvent } from '../types';
declare const _default: {
flushAll: () => void;
report: ({ name, duration }: TraceEvent) => void;
};
export default _default;