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>
6 lines
No EOL
301 B
Text
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 |