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>
10 lines
No EOL
398 B
Text
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 |