Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/2011adff68d7c0ceb72b567f3f477244c691701f23e025348b912cf9ee41bb55bd2f6251a0726b6c496369da6b5e04aa199c85404e61551f82baa96b5c5047
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

5 lines
262 B
Text

# Injected
This folder contains code that is injected into every Puppeteer execution context. Each file is transpiled using esbuild into a script in `src/generated` which is then imported into server code.
See `tools/generate_sources.ts` for more information.