Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/b10e0753278e76bc60343623b23b30a7976d01c7132768ec5dc4076aa22a1246093ce0e1307a5af8b5f259c144cfa8424bfdc7860417cd7b2acb82f9ffa9fc
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

4 lines
252 B
Text

import type { Options as SWCOptions } from '@swc/core';
export declare function registerHook(swcOptions: SWCOptions): void;
export declare function deregisterHook(): void;
export declare function requireFromString(code: string, filename: string): any;