Rocky_Mountain_Vending/.pnpm-store/v10/files/8a/5f177d586fecfee4acec914747c570e0d70dcf8452b8246df9e0452928d133d8ea82ef831ea21919e306a482937f5a40e562868fd5334211e3ac539fd64576
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
147 B
Text

import { provideWasm } from './esm/browser/wasm';
import * as wasm from './dist/wasm/browser';
provideWasm(wasm);
export * from './esm/browser';