Rocky_Mountain_Vending/.pnpm-store/v10/files/56/b3f7b454402829ef8f0f9f99526d3409db87b04a38934e27c3ec65cf52c9dd13b6d57bacad13d30daad6de4e94d560897be63a24ad160094118f5ebeb23304
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

5 lines
132 B
Text

export = QuickJSRaw;
declare function QuickJSRaw(QuickJSRaw?: {}): any;
declare namespace QuickJSRaw {
export { QuickJSRaw };
}