Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/6dab6bb5d2811b42063392c9129b68c2c312aec1bec7576f84be20af29b00c9235db92cfc0843cc03b65c0756193d96cfa56c83381a09038e06cc2e4ea6cb8
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

5 lines
194 B
Text

/**
* This extension augments opentelemetry after registration if applicable.
* This extension must only be loaded in Node environments.
*/
export declare function afterRegistration(): void;