Rocky_Mountain_Vending/.pnpm-store/v10/files/85/aa33aded568edabf3b1192128afd4972a83b4abc99441692b94d7b26802b13b97a1965c83c701c0f71b9cbbc0aabe824f550cc6499c3ceeda0e04d4772f73a
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
138 B
Text

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2022",
},
"exclude": [
"coverage",
"test/list-exports"
],
}