Rocky_Mountain_Vending/.pnpm-store/v10/files/e7/e3e4d78c5fd26716b02c5aa2a10aeb099f64569bdb5107727c63e8947e09c95be3bf8e2f9ee45ff2cd6d1a02f12e0236c534a75a83d045411135b11fdc22fb
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

3 lines
79 B
Text

export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}