Rocky_Mountain_Vending/.pnpm-store/v10/files/57/2b608df120cea7daf7e2ca3ad1db5f5107498de21960e2e113c07131e0c580a8e8b9964941914da6525ba9e2d78879b176c6dd3ed23b0215de3d5b99b4d24d-exec
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

8 lines
234 B
Text
Executable file

export interface Exports {
exports: string[];
reexports: string[];
}
export declare function parse(source: string, name?: string): Exports;
export declare function init(): Promise<void>;
export declare function initSync(): void;