Rocky_Mountain_Vending/.pnpm-store/v10/files/53/1ff73c5383f15a32ee3d2cb8b9fb8383750a51a799f3919c9734e0a9dc825b66025e1d54ca09e64bb5b262721e9c7aa4b2287f77d5bed2202ce700dff9356a
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

2 lines
142 B
Text

import type { PluginObj } from 'next/dist/compiled/babel/core';
export default function NextPageDisallowReExportAllExports(): PluginObj<any>;