Rocky_Mountain_Vending/.pnpm-store/v10/files/6d/8cb683c3e9a8203ae91aeb801e3446e3eee0ccec144f58d38c464b8dbc0dcb277a25f3790faebffcb755e2a6502c067a4ef92aab43e48fe59ee191fe8eb8ff
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

8 lines
156 B
Text

{
"extends": "@cloudflare/workers-tsconfig/tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["**/*.ts"],
"exclude": []
}