Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/0986515ec90c1f9c81cb1e1c56d3b3aad6f2aff24cdafcb568809afc9ace220fd279f42d3d1a12e97d44fc7c529beb11f86a120a43a7e1bfc76bfac16b7e00
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

7 lines
172 B
Text

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../lib/esm/puppeteer"
},
"references": [{"path": "../third_party/tsconfig.json"}]
}