Rocky_Mountain_Vending/.pnpm-store/v10/files/2c/e617a8719314720c2b1a5ea3f626f294cffec2bf68504158e04835a12907ff2bc976a1d6a73edf28c8f8f9ef3929ef70a40fdc188902c83559c36fd547aadf
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

9 lines
234 B
Text

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "../lib/cjs/puppeteer"
},
"references": [{"path": "../third_party/tsconfig.cjs.json"}]
}