Rocky_Mountain_Vending/.pnpm-store/v10/files/3a/0ef787f27598f3a0980dc81c374a34a0c66934a6a32d639823d48c10ed2325a4545ad591194926066bbf34e304a0334ee31466c25102426abc7b46225e3ce6
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

6 lines
No EOL
301 B
Text

import path from 'path';
export const NEXT_PROJECT_ROOT = path.join(__dirname, '..', '..');
export const NEXT_PROJECT_ROOT_DIST = path.join(NEXT_PROJECT_ROOT, 'dist');
export const NEXT_PROJECT_ROOT_DIST_CLIENT = path.join(NEXT_PROJECT_ROOT_DIST, 'client');
//# sourceMappingURL=next-dir-paths.js.map