Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/6c78155e0e1823d5cc407d41f43edee8a6c28c500e0afff827cceaf9896c556273398d51ea635699960fd6fdcf04ad7613099ef2afbbf26a7d2804efb54d18
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

6 lines
102 B
Text

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../lib/esm"
}
}