Rocky_Mountain_Vending/.pnpm-store/v10/files/96/777e2a4ceb930c292a7077db14757bdbd96b626a51cab16a5a8fff27b8dab77ae25d216100f36f121b70bfa91b8f32cab08d289d26057936f006e66fe5cc8d
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
234 B
Text

import { types as BabelTypes } from 'next/dist/compiled/babel/core';
import type { PluginObj } from 'next/dist/compiled/babel/core';
export default function nextPageConfig({ types: t, }: {
types: typeof BabelTypes;
}): PluginObj;