Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/a375015a8956b5b4f1ff87cf2733d36eb786133d30d32f0549ed3d89ab1076c3bf99c4c11f74a6fd270cebb3f5b9dcfeff8f93ad14d57b13f3c062f30d27f4
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
141 B
Text

import type nodeWasi from "node:wasi";
export declare const WASI: typeof nodeWasi.WASI;
declare const _default: {};
export default _default;