Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/576735326e7d80629ee481350088dbab193528d8510245c2a01ea1ad1320312036b5748690386eb7d00ad8579f71e19c1fa1d5620e60dc79f1b023cce398e4
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

9 lines
292 B
Text

import type { TraceEvent } from '../types';
declare function reportToJsonBuild(event: TraceEvent): void;
declare const _default: {
flushAll: (opts?: {
end: boolean;
}) => Promise<void | undefined> | undefined;
report: typeof reportToJsonBuild;
};
export default _default;