Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/5f9b7826dcaf88ecfc958ae913f7ea65f42028f2282e936dc6985da83a2d8aa1aada5fc1caf251f67256d036897aa2f49e052ff47c5f359d7b9bc6ee96ec30
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

3 lines
204 B
Text

import type { NextJsLoaderContext } from './types';
declare function nextBabelLoaderOuter(this: NextJsLoaderContext, inputSource: string, inputSourceMap?: any): void;
export default nextBabelLoaderOuter;