Rocky_Mountain_Vending/.pnpm-store/v10/files/98/f849c93ed847c5df36dd49fc6b9ee2627b05eff9003aca0f1f3729badadbff35994d332b60fb7f2f9f32e6eeeea6bc948eb05e110674545d4d1094e4176381
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
230 B
Text

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