Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/7717df11171cd0e5dbb516f2d862a79e1b2eb395862163d09e2dc757dbf9f0cd120302ebe9a75fd4c62b3b426be9db6f3ebea7cfc635ed9959a3ffddc2c5fb
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
403 B
Text

import { type javascript, type LoaderContext, type webpack } from 'next/dist/compiled/webpack/webpack';
type SourceType = javascript.JavascriptParser['sourceType'] | 'commonjs';
export declare function getAssumedSourceType(mod: webpack.Module, sourceType: SourceType): SourceType;
export default function transformSource(this: LoaderContext<undefined>, source: string, sourceMap: any): void;
export {};