Rocky_Mountain_Vending/.pnpm-store/v10/files/55/764b7ef54070c8e9ca3cbd38881a8d9a8659bf849b83574e2deee7ea1b3d8b595e3db59b57efa2a8c8676c3e2df6454b93f31a08e00f4a07566e1dfd018e48
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

2 lines
257 B
Text

export declare function downloadNativeNextSwc(version: string, bindingsDirectory: string, triplesABI: Array<string>): Promise<void>;
export declare function downloadWasmSwc(version: string, wasmDirectory: string, variant?: 'nodejs' | 'web'): Promise<void>;