Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/baa5e753530c034d3782b1605141696046c1ce73ad4f9c567027cb641bd5c1b174afa1bce0eb788798b4637d3b1f92c8aa75cc6a77621e8098d0ff48caacbe
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

6 lines
355 B
Text

/** React that's compiled with `next`. Used by App Router. */
export declare const reactVendoredRe: RegExp;
/** React the user installed. Used by Pages Router, or user imports in App Router. */
export declare const reactNodeModulesRe: RegExp;
export declare const nextInternalsRe: RegExp;
export default function isInternal(file: string | null): boolean;