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

10 lines
No EOL
398 B
Text

/**
* Proxy allows you to run code before a request is completed.
* Then, based on the incoming request, you can modify the response
* by rewriting, redirecting, modifying the request or response headers,
* or responding directly.
*
* Read more: [Next.js Docs: Proxy](https://nextjs.org/docs/app/building-your-application/routing/middleware)
*/ export { };
//# sourceMappingURL=types.js.map