Rocky_Mountain_Vending/.pnpm-store/v10/files/55/d96bddda4ee7a58fd08f56f46944ce18a55911cb862983d3ab694c7b28c96269f01f865e8aa68445b66ad557c437569df889f8f8b1c89d7be5e85dffe5b900
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
99 B
Text

import { ResolveHook } from 'node:module';
declare let resolve: ResolveHook;
export { resolve };