Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/ae952c1f6126ba503c24193ac18aed4c0a30ad9503ace3f6ba3c6c80f3b02f3dc2a10567bc30350088eeca4670df1d9d8ba6f36440ee11d9de7e9e7a940e72
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

10 lines
143 B
Text

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
"maxNodeModuleJsDepth": 0,
},
"exclude": [
"coverage"
]
}