Rocky_Mountain_Vending/.pnpm-store/v10/files/47/851a00c0accd342bfe03a8afaf01ab71078825c75022cd1e46ec2e640ad390517f516de4214906b048860e1bb383d72f07bbe0dab7e256ef0f3f8cc810a570
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

4 lines
172 B
Text

// https://nodejs.org/api/module.html#moduleregisterspecifier-parenturl-options
import { register } from "node:module";
register("./jiti-hooks.mjs", import.meta.url, {});