Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/2fb0d3c77cce532d4eace54f003bf1abbddd57fb2733383ddbc9c6ebbf11797c0fdc0a59daa6226ccf799d6e98d322a6f6dd4c2b2b9e514d72e54a5ff6ac08
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
158 B
Text

import type nodeWorkerThreads from "node:worker_threads";
export declare class MessageChannel implements nodeWorkerThreads.MessageChannel {
port1;
port2;
}