Rocky_Mountain_Vending/.pnpm-store/v10/files/12/d7a5bf8f91609600cbffcaf07f991ef882bb02c987ab9a25b7303de661e629619de1f0a45b58580be33413d6371d800dbd4baa32b0531eeb85509ef3d6c31b
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
140 B
Text

{
"extends": "./tsconfig.types.json",
"compilerOptions": {
"declarationDir": "../dist/types_spec",
"stripInternal": false
}
}